Click or drag to resize

NMathFunctionsNaNSumIf Method

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