LeftMultiply Method (Matrix)
In This Topic
Left multiply a speical
Matrix to this
Matrix.
Syntax
'Declaration
Public Overridable Sub LeftMultiply( _
ByVal As Matrix _
)
public virtual void LeftMultiply(
Matrix
)
Parameters
- value
- A Matrix indicates the speical matrix.
See Also