This version of Unity is unsupported.

FloatComparer

class in UnityEngine.Assertions.Comparers

/

Implemented in:UnityEngine.CoreModule

Description

A float comparer used by Assert performing approximate comparison.

Static Properties

kEpsilonDefault epsilon used by the comparer.
s_ComparerWithDefaultToleranceDefault instance of a comparer class with deafult error epsilon and absolute error check.

Constructors

FloatComparerCreates an instance of the comparer.

Static Methods

AreEqualPerforms equality check with absolute error check.
AreEqualRelativePerforms equality check with relative error check.