Matrix6By6SymmetricMultiply Operator (Double, Matrix6By6Symmetric) |
Multiplies a scalar by a matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Matrix6By6Symmetric operator *(
double scalar,
Matrix6By6Symmetric matrix
)
Public Shared Operator * (
scalar As Double,
matrix As Matrix6By6Symmetric
) As Matrix6By6Symmetric
public:
static Matrix6By6Symmetric^ operator *(
double scalar,
Matrix6By6Symmetric^ matrix
)
static let inline (*)
scalar : float *
matrix : Matrix6By6Symmetric : Matrix6By6Symmetric
Parameters
- scalar
- Type: SystemDouble
The scalar. - matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6Symmetric
The matrix.
Return Value
Type:
Matrix6By6SymmetricThe result of the multiplication.
See Also