Common Reference > VectorMath Class > Take Method VectorMath.Take Method
Create a vector given existing content and new length, padding with zero if required.
Example
series2 = VectorMath.Take(series1,100);
Overloads
Send comments on this topic © Dyalog Ltd 2021
|