Legacy Documentation: Version 2017.2 (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 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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答