Vector<T>.DivisionAssignment Operator

Divides a vector in-place by a constant.

Definition

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

Parameters

right  T
 

Return Value

A vector whose elements are the corresponding elements of the vector divided by factor.

See Also