| Name | Description |
---|
  | NaNIf(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.
|
  | NaNIf(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.
|
  | NaNIf(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.
|
  | NaNIf(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.
|
  | NaNIf(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.
|