[]
        
(Showing Draft Content)

C1.Util.DX.Matrix5x4.op_Division

operator / Operator

operator /(Matrix5x4, float)

Scales a Matrix5x4 by a given value.

Declaration
public static Matrix5x4 operator /(Matrix5x4 left, float right)
Public Shared Operator /(left As Matrix5x4, right As Single) As Matrix5x4
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.