Matrix6By6SymmetricMultiply Operator (Double, Matrix6By6Symmetric) | 
 
            Multiplies a scalar by a matrix.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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  : Matrix6By6SymmetricParameters
- scalar
 - Type: SystemDouble
The scalar. - matrix
 - Type: AGI.Foundation.CoordinatesMatrix6By6Symmetric
The matrix. 
Return Value
Type: 
Matrix6By6SymmetricThe result of the multiplication.
See Also