RawRational

RawRational constructor

Initializes a new instance of the RawRational class.

public RawRational(uint numerator, uint denominator)
Parameter Type Description
numerator UInt32 The numerator.
denominator UInt32 The denominator.

See Also