Click or drag to resize

NMathFunctionsSumIf Method

Overload List
 NameDescription
Public methodStatic memberSumIf(Double, FuncDouble, Boolean) Calculates the sum of the elements in an array that return true when a given logical function is applied.
Public methodStatic memberSumIf(DoubleVector, FuncDouble, Boolean) Calculates the sum of the elements in a vector that return true when a given logical function is applied.
Public methodStatic memberSumIf(IDFColumn, FuncDouble, Boolean) Calculates the sum of the elements in a column that return true when a given logical function is applied.
Public methodStatic memberSumIf(IDFColumn, FuncInt32, Boolean) Calculates the sum of the elements in a column that return true when a given logical function is applied.
Public methodStatic memberSumIf(Int32, FuncDouble, Boolean) Calculates the sum of the elements in an array that return true when a given logical function is applied.
Public methodStatic memberSumIf(Int32, FuncInt32, Boolean) Calculates the sum of the elements in an array that return true when a given logical function is applied.
Public methodStatic memberSumIf(Double, FuncDouble, Boolean, Double) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(Double, FuncDouble, Boolean, Int32) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(DoubleVector, FuncDouble, Boolean, DoubleVector) Calculates the sum of elements in one vector based on evaluating a logical function on corresponding elements in another vector.
Public methodStatic memberSumIf(IDFColumn, FuncDouble, Boolean, IDFColumn) Calculates the sum of elements in one column based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(IDFColumn, FuncInt32, Boolean, IDFColumn) Calculates the sum of elements in one column based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(Int32, FuncDouble, Boolean, Double) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(Int32, FuncDouble, Boolean, Int32) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(Int32, FuncInt32, Boolean, Double) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Public methodStatic memberSumIf(Int32, FuncInt32, Boolean, Int32) Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
Top
See Also