Vector<T>.MultiplyAssignment Operator

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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