Overload List

  NameDescription
If(DoubleVector, StatsFunctions..::.LogicalDoubleFunction)
Creates an array of boolean values determined by applying a logical function to the elements of a vector.
If(IDFColumn, StatsFunctions..::.LogicalDoubleFunction)
Creates an array of boolean values determined by applying a logical function to the elements of a column.
If(IDFColumn, StatsFunctions..::.LogicalIntFunction)
Creates an array of boolean values determined by applying a logical function to the elements of a column.
If(IDFColumn, StatsFunctions..::.LogicalStringFunction)
Creates an array of boolean values determined by applying a logical function to the elements of a column.
If(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Creates an array of boolean values determined by applying a logical function to the elements of an array.
If(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Creates an array of boolean values determined by applying a logical function to the elements of an array.
If(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction)
Creates an array of boolean values determined by applying a logical function to the elements of an array.
If(DoubleVector, StatsFunctions..::.LogicalDoubleFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalDoubleFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalIntFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalStringFunction, 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.
If(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction, 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.
If(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction, 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.
If(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction, 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.
If(DoubleVector, StatsFunctions..::.LogicalDoubleFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalDoubleFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalIntFunction, 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.
If(IDFColumn, StatsFunctions..::.LogicalStringFunction, 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.
If(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction, 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.
If(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction, 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.
If(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction, 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.

See Also