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.1.5
    C#
    
 
 
The ULP of the specified value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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.