Click or drag to resize

NMathFunctionsNaNCountIf Method

Overload List
 NameDescription
Public methodStatic memberNaNCountIf(Double, FuncDouble, Boolean) Calculates how many elements in an array return true when a logical function is applied to the elements that are not NaN.
Public methodStatic memberNaNCountIf(DoubleVector, FuncDouble, Boolean) Calculates how many elements in a vector return true when a logical function is applied to the elements that are not NaN.
Public methodStatic memberNaNCountIf(IDFColumn, FuncDouble, Boolean) Calculates how many elements in a column return true when a logical function is applied to the elements that are not missing.
Public methodStatic memberNaNCountIf(IDFColumn, FuncInt32, Boolean) Calculates how many elements in a column return true when a logical function is applied to values that are not missing.
Public methodStatic memberNaNCountIf(IDFColumn, FuncString, Boolean) Calculates how many elements in a column return true when a logical function is applied to the elements that are not missing.
Top
See Also