Method | Description | |
---|---|---|
Fraction ( GLib val ) : System | ||
Fraction ( int numerator, int denominator ) : System | ||
SetGValue ( GLib &val ) : void | ||
ToString ( ) : string | ||
operator ( ) : |
Method | Description | |
---|---|---|
GreatestCommonDivisor ( |
||
Reduce ( ) : void | ||
gst_fraction_get_type ( ) : |
||
gst_value_get_fraction_denominator ( GLib &v ) : int | ||
gst_value_get_fraction_numerator ( GLib &v ) : int | ||
gst_value_set_fraction ( GLib &v, int numerator, int denominator ) : void |
public Fraction ( int numerator, int denominator ) : System | ||
numerator | int | |
denominator | int | |
return | System |