Vector |
Name | Description | |
---|---|---|
![]() | IsStrictlyIncreasingOrDecreasing(Double) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(Int32) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(IReadOnlyListDouble) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(IReadOnlyListSingle) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(Single) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(Double, Boolean) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(Int32, Boolean) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(IReadOnlyListDouble, Boolean) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(IReadOnlyListSingle, Boolean) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |
![]() | IsStrictlyIncreasingOrDecreasing(Single, Boolean) | Returns true if the sequence given by the vector argument is strictly increasing or decreasing. |