Matrix<T>.MultiplyAssignment Operator

Multiplies a matrix by a constant in place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

self  Matrix<T>
A Matrix<T>.
factor  T
A real number.

Return Value

Matrix<T>
A reference to self.

See Also