VectorSpacingEvaluatorIsStrictlyEquallySpaced Property |
True if all elements are strictly equally spaced. Due to the limited accuracy of floating
point arithmetic, this is in generally only fulfilled when having integer vector elements.
Otherwise, please use
RelativeSpaceDeviation to calculate the space deviation.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsStrictlyEquallySpaced { get; }
Property Value
BooleanSee Also