Common Reference > VectorMath Class > Min Method VectorMath.Min Method
Find the smallest item in the content of any vector.
Example
smallest = VectorMath.Min(series1);
series2 = VectorMath.RunningMin(series1);
Overloads
Send comments on this topic © Dyalog Ltd 2021
|