| NumericIsZero Method (Single) |
Determines whether a
value is zero (regarding the tolerance
EpsilonF).
Namespace: DigitalRune.MathematicsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool IsZero(
float value
)
Public Shared Function IsZero (
value As Single
) As Boolean
public:
static bool IsZero(
float value
)
static member IsZero :
value : float32 -> bool
Parameters
- value
- Type: SystemSingle
The value to test.
Return Value
Type:
Boolean if the specified value is zero (within the tolerance); otherwise,
.
Remarks See Also