Initializes a new instance of the
ImGearRationalInt structure.
Syntax
public ImGearRationalInt(
int ,
int
)
public: ImGearRationalInt(
int ,
int
)
public:
ImGearRationalInt(
int ,
int
)
Parameters
- numerator
- Integer that represents the numerator of a fraction. Must be nonnegative.
- denominator
- Integer that represents the denominator of a fraction. Must be nonnegative.
See Also