Version: 2022.1
言語: 日本語
public void Set (int numerator, int denominator);

パラメーター

numerator New value for the rational numerator.
denominator New value for the rational denominator.

説明

Sets the numerator and denominator, performing normalization.

See Also: MediaRational.ctor.