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