IPrecisionSupportTNormOfDifference Method |
Returns a Norm of the difference of two values of this type, which is
appropriate for measuring how close together these two values are.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double NormOfDifference(
T otherValue
)
Parameters
- otherValue T
- The value to compare with.
Return Value
DoubleA norm of the difference between this and the other value.
See Also