Compare.GetDefaultAbsoluteTolerance<T> Method

Gets the default absolute tolerance to use when comparing numbers for equality.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
public static T GetDefaultAbsoluteTolerance<T>()
where T : Object, IComparable<T>

Type Parameters

T
The type of the values to compare.

Return Value

T

See Also