Click or drag to resize

NMathFunctionsIf Method

Overload List
 NameDescription
Public methodStatic memberIf(Double, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of an array.
Public methodStatic memberIf(DoubleVector, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a vector.
Public methodStatic memberIf(IDFColumn, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column.
Public methodStatic memberIf(IDFColumn, FuncInt32, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column.
Public methodStatic memberIf(IDFColumn, FuncString, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of a column.
Public methodStatic memberIf(Int32, FuncDouble, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of an array.
Public methodStatic memberIf(Int32, FuncInt32, Boolean) Creates an array of boolean values determined by applying a logical function to the elements of an array.
Public methodStatic memberIf(Double, FuncDouble, Boolean, Double) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are not changed.
Public methodStatic memberIf(DoubleVector, FuncDouble, Boolean, Double) Creates a new vector by applying a logical function to the elements of a vector. Elements in the original vector that return true are set to the given true value in the new vector; elements that return false are not changed.
Public methodStatic memberIf(IDFColumn, FuncDouble, Boolean, Double) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are not changed.
Public methodStatic memberIf(IDFColumn, FuncInt32, Boolean, Int32) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are not changed.
Public methodStatic memberIf(IDFColumn, FuncString, Boolean, String) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are not changed.
Public methodStatic memberIf(Int32, FuncDouble, Boolean, Double) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are not changed.
Public methodStatic memberIf(Int32, FuncInt32, Boolean, Int32) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are not changed.
Public methodStatic memberIf(Double, FuncDouble, Boolean, Double, Double) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are set to the given false value.
Public methodStatic memberIf(DoubleVector, FuncDouble, Boolean, Double, Double) Creates a new vector by applying a logical function to the elements of a vector. Elements in the original vector that return true are set to the given true value in the new vector; elements that return false are set to the given false value.
Public methodStatic memberIf(IDFColumn, FuncDouble, Boolean, Double, Double) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are set to the given false value.
Public methodStatic memberIf(IDFColumn, FuncInt32, Boolean, Int32, Int32) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are set to the given false value.
Public methodStatic memberIf(IDFColumn, FuncString, Boolean, String, String) Creates a new column by applying a logical function to the elements of a column. Elements in the original column that return true are set to the given true value in the new column; elements that return false are set to the given false value.
Public methodStatic memberIf(Int32, FuncDouble, Boolean, Double, Double) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are set to the given false value.
Public methodStatic memberIf(Int32, FuncInt32, Boolean, Int32, Int32) Creates a new array by applying a logical function to the elements of an array. Elements in the original array that return true are set to the given true value in the new array; elements that return false are set to the given false value.
Top
See Also