Version: 2020.2
언어: 한국어

FloatComparerConstructor

매뉴얼로 전환
public FloatComparer ();
public FloatComparer (bool relative);
public FloatComparer (float error);
public FloatComparer (float error, bool relative);

파라미터

relative Should a relative check be used when comparing values? By default, an absolute check will be used.
error Allowed comparison error. By default, the FloatComparer.kEpsilon is used.

설명

Creates an instance of the comparer.