Support Interface for Precision Operations (like AlmostEquals).
Instance member | Description |
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.
|
Full Usage:
this.NormOfDifference
Parameters:
'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.
|