DivideRef Method (Matrix5x4)
In This Topic
Divides a Matrix5x4 by the given value.
Syntax
'Declaration
Public Shared Sub DivideRef( _
ByRef As Matrix5x4, _
ByRef As Matrix5x4, _
ByVal As System.Single _
)
public static void DivideRef(
out Matrix5x4 ,
ref Matrix5x4 ,
System.float
)
Parameters
- result
- When the method completes, contains the resulting Matrix5x4.
- left
- The Matrix5x4 to divide.
- right
- The amount by which to divide.
See Also