Matrix.op_Subtraction Method |
Language: |
Subtracts two instances of the Matrix structure.
Visual Basic Public Shared Function op_Subtraction( _
ByVal left As Matrix, _
ByVal right As Matrix _
) As MatrixC# public static Matrix op_Subtraction(
Matrix left,
Matrix right
);C++ public:
static Matrix operator-(
Matrix left,
Matrix right
);JScript public static function op_Subtraction(
left : Matrix,
right : Matrix
) : Matrix;
left Microsoft.DirectX.Matrix
The Matrix structure to the left of the subtraction operator.right Microsoft.DirectX.Matrix
The Matrix structure to the right of the subtraction operator.
Microsoft.DirectX.Matrix
Resulting Matrix structure.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center