Click or drag to resize

NMathFunctionsSum(Int32) Method

Calculates the sum of the elements in the given data set.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int Sum(
	int[] data
)

Parameters

data  Int32
An array of integers.

Return Value

Int32
Sum.
See Also