Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FloatComparer

class in UnityEngine.Assertions.Comparers

Description

A float comparer used by Assert performing approximate comparison.

Static Variables

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 Functions

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