Matrix3By3SymmetricMultiply Operator (Double, Matrix3By3Symmetric) |
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 Matrix3By3Symmetric operator *(
double scalar,
Matrix3By3Symmetric matrix
)
Public Shared Operator * (
scalar As Double,
matrix As Matrix3By3Symmetric
) As Matrix3By3Symmetric
public:
static Matrix3By3Symmetric operator *(
double scalar,
Matrix3By3Symmetric matrix
)
static let inline (*)
scalar : float *
matrix : Matrix3By3Symmetric : Matrix3By3Symmetric
Parameters
- scalar
- Type: SystemDouble
The scalar. - matrix
- Type: AGI.Foundation.CoordinatesMatrix3By3Symmetric
The matrix.
Return Value
Type:
Matrix3By3SymmetricThe result of the multiplication.
See Also