Overload List

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

See Also