Click or drag to resize

NMathFunctionsCountIf Method

Overload List
 NameDescription
Public methodStatic memberCountIf(Double, FuncDouble, Boolean) Calculates how many elements in an array return true when a logical function is applied.
Public methodStatic memberCountIf(DoubleVector, FuncDouble, Boolean) Calculates how many elements in a vector return true when a logical function is applied.
Public methodStatic memberCountIf(IDFColumn, FuncDouble, Boolean) Calculates how many elements in a column return true when a logical function is applied.
Public methodStatic memberCountIf(IDFColumn, FuncInt32, Boolean) Calculates how many elements in a column return true when a logical function is applied.
Public methodStatic memberCountIf(IDFColumn, FuncString, Boolean) Calculates how many elements in a column return true when a logical function is applied.
Public methodStatic memberCountIf(Int32, FuncDouble, Boolean) Calculates how many elements in an array return true when a logical function is applied.
Public methodStatic memberCountIf(Int32, FuncInt32, Boolean) Calculates how many elements in an array return true when a logical function is applied.
Top
See Also