Click or drag to resize

IPrecisionSupportT Interface

Support Interface for Precision Operations (like AlmostEquals).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPrecisionSupport<in T>

Type Parameters

T
Type of the implementing class.

The IPrecisionSupportT type exposes the following members.

Methods
 NameDescription
Public methodNorm Returns a Norm of a value of this type, which is appropriate for measuring how close this value is to zero.
Public methodNormOfDifference Returns a Norm of the difference of two values of this type, which is appropriate for measuring how close together these two values are.
Top
See Also