Skip to main content

Multiply Operator

Multiplies two matrices together and returns the resulting matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Matrix operator *(
Matrix value1,
Matrix value2
)

Parameters

  Matrix
The first source matrix.
  Matrix
The second source matrix.

Return Value

Matrix
The product matrix.

See Also

Reference

Matrix Structure
Avalonia Namespace