Initializes a new instance of the
ImGearRationalUInt structure.
Syntax
public ImGearRationalUInt(
uint ,
uint
)
public: ImGearRationalUInt(
uint ,
uint
)
public:
ImGearRationalUInt(
uint ,
uint
)
Parameters
- numerator
- Uint value that represents the numerator of a fraction. Must be nonnegative.
- denominator
- Uint value that represents the denominator of a fraction. Must be nonnegative.
See Also