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#
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

T
The ULP of the specified value.

See Also