MatrixDivision Operator (Matrix, Single) |
Divides the elements of a
Matrix by a scalar.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public static Matrix operator /(
Matrix matrix,
float scalar
)
Parameters
- matrix
- Type: SampSharp.Entities.SAMPMatrix
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