Overload List

  NameDescription
SumIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in a vector that return true when a given logical function is applied.
SumIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in a column that return true when a given logical function is applied.
SumIf(IDFColumn, StatsFunctions..::.LogicalIntFunction)
Calculates the sum of the elements in a column that return true when a given logical function is applied.
SumIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in an array that return true when a given logical function is applied.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction)
Calculates the sum of the elements in an array that return true when a given logical function is applied.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction)
Calculates the sum of the elements in an array that return true when a given logical function is applied.
SumIf(DoubleVector, StatsFunctions..::.LogicalDoubleFunction, DoubleVector)
Calculates the sum of elements in one vector based on evaluating a logical function on corresponding elements in another vector.
SumIf(IDFColumn, StatsFunctions..::.LogicalDoubleFunction, IDFColumn)
Calculates the sum of elements in one column based on evaluating a logical function on corresponding elements in another data.
SumIf(IDFColumn, StatsFunctions..::.LogicalIntFunction, IDFColumn)
Calculates the sum of elements in one column based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction, array<Double>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Double>[]()[], StatsFunctions..::.LogicalDoubleFunction, array<Int32>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction, array<Double>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalDoubleFunction, array<Int32>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction, array<Double>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.
SumIf(array<Int32>[]()[], StatsFunctions..::.LogicalIntFunction, array<Int32>[]()[])
Calculates the sum of elements in one array based on evaluating a logical function on corresponding elements in another data.

See Also