Click or drag to resize

VectorSpacingEvaluator Properties

The VectorSpacingEvaluator type exposes the following members.

Properties
 NameDescription
Public propertyHasInvalidSpaces True if there are invalid spaces, i.e. vector elements that are not numbers.
Public propertyHasValidSpaces 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.
Public propertyIsMonotonicallyDecreasing True if all elements are mononton decreasing and there are no invalid spaces.
Public propertyIsMonotonicallyIncreasing True if all elements are mononton increasing and there are no invalid spaces.
Public propertyIsStrictlyEquallySpaced 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.
Public propertyIsStrictlyMonotonicDecreasing True if all elements are strongly mononton decreasing and there are no invalid spaces.
Public propertyIsStrictlyMonotonicIncreasing True if all elements are strongly mononton increasing and there are no invalid spaces.
Public propertyRelativeSpaceDeviation Calculates the relative deviation of spaces. The return value is a positive number, which indicates the relative space deviation. In case the deviation is undefined, the return value is PositiveInfinity.
Public propertySpaceMeanValue Returns the mean value of the valid spaces.
Top
See Also