VirtualMatrixColumnWise Object |
Top Previous Next |
DescriptionThe VirtualMatrixColumnWise object provides an interface for calculating column-wise statistics of a Matrix. Column-wise statistics are accessed using the Matrix.ColumnWise syntax. For example, to calculate the sum of each column of a Matrix, the syntax Matrix1.ColumnWise.Sum is used.
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: Object->VirtualMatrixColumnWise Parent Objects: Matrix, VirtualMatrix
Available In Editions:Engineer Mission
Timing Precision ModeThis 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.
|