Matrix.Resize(Variable, Variable) Method |
Top |
DescriptionResizes the matrix dimensions by adjusting the number of rows and columns. When the matrix size is decreased, existing elements remain in their original positions, while elements outside the new matrix are discarded. When the matrix size is increased, existing elements stay in place, and the new rows and columns are filled with zeros.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Syntax
See also Matrix, Array, and Variable Math Guide
|