Vector |
The VectorSpacingEvaluator type exposes the following members.
Name | Description | |
---|---|---|
HasInvalidSpaces | True if there are invalid spaces, i.e. vector elements that are not numbers. | |
HasValidSpaces | 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. | |
IsMonotonicallyDecreasing | True if all elements are mononton decreasing and there are no invalid spaces. | |
IsMonotonicallyIncreasing | True if all elements are mononton increasing and there are no invalid spaces. | |
IsStrictlyEquallySpaced | 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. | |
IsStrictlyMonotonicDecreasing | True if all elements are strongly mononton decreasing and there are no invalid spaces. | |
IsStrictlyMonotonicIncreasing | True if all elements are strongly mononton increasing and there are no invalid spaces. | |
RelativeSpaceDeviation | 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. | |
SpaceMeanValue | Returns the mean value of the valid spaces. |