Click or drag to resize

Matrix6By6Symmetric.Multiply 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)
Syntax
public static Matrix6By6Symmetric operator *(
	double scalar,
	Matrix6By6Symmetric matrix
)

Parameters

scalar
Type: System.Double
The scalar.
matrix
Type: AGI.Foundation.Coordinates.Matrix6By6Symmetric
The matrix.

Return Value

Type: Matrix6By6Symmetric
The result of the multiplication.
See Also