Multiply Operator
Multiplies two matrices together and returns the resulting matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Matrix operator *(
Matrix value1,
Matrix value2
)
Public Shared Operator * (
value1 As Matrix,
value2 As Matrix
) As Matrix
static let inline (*)
value1 : Matrix *
value2 : Matrix : Matrix
Parameters
Return Value
Matrix
The product matrix.