Click or drag to resize

NMathFunctionsSum Method

Overload List
 NameDescription
Public methodStatic memberSum(Double) Calculates the sum of the elements in the given data set.
Public methodStatic memberSum(DoubleComplexMatrix) Computes the sum of the matrix columns.
Public methodStatic memberSum(DoubleComplexVector) Calculates the sum of a given vector's elements.
Public methodStatic memberSum(DoubleMatrix) Computes the sum of the matrix columns.
Public methodStatic memberSum(DoubleVector) Calculates the sum of a given vector's elements.
Public methodStatic memberSum(FloatComplexMatrix) Computes the sum of the matrix columns.
Public methodStatic memberSum(FloatComplexVector) Calculates the sum of a given vector's elements.
Public methodStatic memberSum(FloatMatrix) Computes the sum of the matrix columns.
Public methodStatic memberSum(FloatVector) Calculates the sum of a given vector's elements.
Public methodStatic memberSum(IDFColumn) Calculates the sum of the elements in the given data set.
Public methodStatic memberSum(Int32) Calculates the sum of the elements in the given data set.
Top
See Also