Click or drag to resize

VectorMathIsStrictlyIncreasingOrDecreasing Method

Overload List
 NameDescription
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Double) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Int32) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(IReadOnlyListDouble) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(IReadOnlyListSingle) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Single) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Double, Boolean) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Int32, Boolean) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(IReadOnlyListDouble, Boolean) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(IReadOnlyListSingle, Boolean) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Public Extension MethodIsStrictlyIncreasingOrDecreasing(Single, Boolean) Returns true if the sequence given by the vector argument is strictly increasing or decreasing.
Top
See Also