Click or drag to resize

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.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double NormOfDifference(
	T otherValue
)

Parameters

otherValue  T
The value to compare with.

Return Value

Double
A norm of the difference between this and the other value.
See Also