PrimitiveDataFrameColumn<T>.Sum Method

Definition

Overloads

Sum()

Returns the sum of the values in the column

Sum(IEnumerable<Int64>)

Returns the sum of the values at the rowIndices

Sum()

Returns the sum of the values in the column

public override object Sum ();
override this.Sum : unit -> obj
Public Overrides Function Sum () As Object

Returns

Applies to

Sum(IEnumerable<Int64>)

Returns the sum of the values at the rowIndices

public override object Sum (System.Collections.Generic.IEnumerable<long> rowIndices);
override this.Sum : seq<int64> -> obj
Public Overrides Function Sum (rowIndices As IEnumerable(Of Long)) As Object

Parameters

rowIndices
IEnumerable<Int64>

Returns

Applies to