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.