Click or drag to resize

NMathFunctionsNaNIf Method

Overload List
 NameDescription
Public methodStatic memberNaNIf(Double, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of an array that are not NaN.
Public methodStatic memberNaNIf(DoubleVector, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a vector that are not NaN.
Public methodStatic memberNaNIf(IDFColumn, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column that are not missing.
Public methodStatic memberNaNIf(IDFColumn, FuncInt32, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column that are not missing.
Public methodStatic memberNaNIf(IDFColumn, FuncString, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column that are not missing.
Top
See Also