Matrix<T>.Sum Method

Returns the sum of the elements of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual T Sum()

Return Value

T
The sum of the elements of the matrix.

See Also