Matrix4x4::Multiply Method (Matrix4x4, Matrix4x4)
Returns the matrix that results from multiplying two matrices together.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value1
- Type: System.Numerics::Matrix4x4
The first matrix.
- value2
- Type: System.Numerics::Matrix4x4
The second matrix.
Show: