Legacy Documentation: Version 2018.1 (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

/

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.

Did you find this page useful? Please give it a rating: