IPrecisionSupport<'T> Type

Support Interface for Precision Operations (like AlmostEquals).

Instance members

Instance member Description

this.Norm

Full Usage: this.Norm

Returns: float A norm of this value.
Modifiers: abstract

Returns a Norm of a value of this type, which is appropriate for measuring how close this value is to zero.

Returns: float

A norm of this value.

this.NormOfDifference

Full Usage: this.NormOfDifference

Parameters:
    otherValue : 'T - The value to compare with.

Returns: float A norm of the difference between this and the other value.
Modifiers: abstract

Returns a Norm of the difference of two values of this type, which is appropriate for measuring how close together these two values are.

otherValue : 'T

The value to compare with.

Returns: float

A norm of the difference between this and the other value.