MediaRational.MediaRationalConstructor

매뉴얼로 전환
public MediaRational (int num);

파라미터

numeratorNumerator of the rational number.
denominatorDenominator of the rational number.

설명

Constructs a rational number. The version that omits the denominator sets it to 1.

Rationals created with constructors produce a normalized value. For example, passing in 2 and 4 results in the rational having 1 and 2 for its numerator and denominator, respectively.