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.