Version: 2022.1
言語: 日本語

MediaRationalConstructor

マニュアルに切り替える
public MediaRational (int numerator);
public MediaRational (int numerator, int denominator);

パラメーター

numerator Numerator of the rational number.
denominator Denominator 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.