Click or drag to resize

VectorMathIsStrictlyIncreasing Method

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