Vector<T>.MultiplyAssignment Operator

Defines the compound multiplication assignment operator for a vector and a scalar in F#.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
C# does not support this operator.

Parameters

self  Vector<T>
A vector.
factor  T
A real number.

Return Value

Vector<T>
A reference to self.

See Also