Matrix6By6.Multiply Method (Double) |
Multiplies this matrix by a scalar.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The scalar to multiply by.
Return Value
Type:
Matrix6By6The result of the multiplication.
See Also