Matrix<T>.DivisionAssignment Operator

Divides a matrix in-place by a scalar.

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 matrix whose elements are the corresponding elements of the matrix divided by factor.

See Also