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