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 Constructor

public FloatComparer();
public FloatComparer(bool relative);
public FloatComparer(float error);
public FloatComparer(float error, bool relative);

Parameters

relative Should a relative check be used when comparing values? By default, an absolute check will be used.
error Allowed comparison error. By default, the FloatComparer.kEpsilon is used.

Description

Creates an instance of the comparer.