Vector |
public class VectorSpacingEvaluator
The VectorSpacingEvaluator type exposes the following members.
Name | Description | |
---|---|---|
VectorSpacingEvaluator | Constructor. Takes an read only vector and evaluates the spaces between the vector elements. |
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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |