Click or drag to resize

Matrix6By6Symmetric.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)
Syntax
public Matrix6By6Symmetric Multiply(
	double scalar
)

Parameters

scalar
Type: System.Double
The scalar to multiply by.

Return Value

Type: Matrix6By6Symmetric
The result of the multiplication.
See Also