Click or drag to resize

VectorSpacingEvaluatorHasValidSpaces Property

Returns true if the vector has at least one valid space. This is fulfilled if there is one adjacent pair of vector elements, which are both valid numbers.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasValidSpaces { get; }

Property Value

Boolean
See Also