Version: 2021.3
LanguageEnglish
  • C#

FloatComparer

class in UnityEngine.Assertions.Comparers

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A float comparer used by Assert performing approximate comparison.

Static Properties

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

Constructors

Constructor Description
FloatComparerCreates an instance of the comparer.

Static Methods

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