Compare.Ulp<T> Method
Returns the unit in the last place (ULP) of the specified value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
The ULP of the specified value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static T Ulp<T>(
T value
)
Parameters
- value T
- The value to compute the ULP for.
Type Parameters
- T
- The type of the value.
Return Value
TThe ULP of the specified value.