Class Utils
Inherited Members
Namespace: Xareus.Scenarios.Arithmetics
Assembly: Xareus.Scenarios.Extra.dll
Syntax
public static class Utils
Methods
IsApproximatelyEqual(float, float, float)
Use this method instead of usual = operator
Declaration
public static bool IsApproximatelyEqual(float value1, float value2, float epsilon)
Parameters
Type | Name | Description |
---|---|---|
float | value1 | |
float | value2 | |
float | epsilon |
Returns
Type | Description |
---|---|
bool |