Version: 2017.2

FloatComparerConstructor

Cambiar al Manual
public FloatComparer ();
public FloatComparer (bool relative);
public FloatComparer (float error);
public FloatComparer (float error, bool relative);

Parámetros

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.

Descripción

Creates an instance of the comparer.