Matrix6By6Multiply Method (Double) |
Multiplies this matrix by a scalar.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Matrix6By6 Multiply(
double scalar
)
Public Function Multiply (
scalar As Double
) As Matrix6By6
public:
Matrix6By6^ Multiply(
double scalar
)
member Multiply :
scalar : float -> Matrix6By6
Parameters
- scalar
- Type: SystemDouble
The scalar to multiply by.
Return Value
Type:
Matrix6By6The result of the multiplication.
See Also