Operations<T>.Epsilon Property

Gets the machine precision of the operand type.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Epsilon { get; }

Property Value

T

Remarks

This value is used in convergence criteria for iterative algorithms.

See Also