Click or drag to resize

NMathFunctionsSum(Double) 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 double Sum(
	double[] data
)

Parameters

data  Double
An array of doubles.

Return Value

Double
Sum.
See Also