MatrixDivision Operator (Matrix, Single) |
Divides the elements of a
Matrix by a scalar.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic static Matrix operator /(
Matrix matrix,
float scalar
)
Parameters
- matrix
- Type: SampSharp.GameModeMatrix
Source Matrix on the left of the div sign. - scalar
- Type: SystemSingle
Divisor scalar on the right of the div sign.
Return Value
Type:
MatrixThe result of dividing a matrix by a scalar.
See Also