[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Matrix5x4.op_Multiply

operator * Operator

operator *(float, in Matrix5x4)

Scales a Matrix5x4 by a given value.

Declaration
public static Matrix5x4 operator *(float left, in Matrix5x4 right)
Parameters
Type Name Description
float left

The amount by which to scale.

Matrix5x4 right

The Matrix5x4 to scale.

Returns
Type Description
Matrix5x4

The scaled Matrix5x4.

operator *(in Matrix5x4, float)

Scales a Matrix5x4 by a given value.

Declaration
public static Matrix5x4 operator *(in Matrix5x4 left, float right)
Parameters
Type Name Description
Matrix5x4 left

The Matrix5x4 to scale.

float right

The amount by which to scale.

Returns
Type Description
Matrix5x4

The scaled Matrix5x4.