Method ApproximatelyZero
ApproximatelyZero(float)
A slightly faster way to do Approximately(a, 0f)
.
Declaration
public static bool ApproximatelyZero(float a)
Parameters
Type | Name | Description |
---|---|---|
float | a | The floating point value to compare with 0. |
Returns
Type | Description |
---|---|
bool |