Initializes a new instance of the
ImGearRationalUInt structure.
Syntax
public ImGearRationalUInt(
int ,
int
)
|
Parameters
- numratr
- int value that represents the numerator of a fraction. Converted to nonnegative long with 4 most significant bytes 0.
- denomnatr
- int value that represents the denominator of a fraction. Converted to nonnegative long with 4 most significant bytes 0.
See Also