IArray Functions<T, TShape, TArray>.Sum Method
Computes the sum of all elements in the array.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The sum of the elements of operand.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
T Sum(
TShape shape,
TArray operand
)
Parameters
Return Value
TThe sum of the elements of operand.