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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
Syntax
See also Matrix, Array, and Variable Math Guide
|