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

FloatComparer Constructor

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

Parameters

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

Description

Creates an instance of the comparer.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答