Compare.Get Default Absolute Tolerance<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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static T GetDefaultAbsoluteTolerance<T>()
where T : Object, IComparable<T>
Type Parameters
- T
- The type of the values to compare.