PrimitiveDataFrameColumn<T>.Sum 方法

定义

重载

Sum()

返回列中的值的总和

Sum(IEnumerable<Int64>)

返回 rowIndices 中值的和

Sum()

返回列中的值的总和

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

返回

适用于

Sum(IEnumerable<Int64>)

返回 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

参数

rowIndices
IEnumerable<Int64>

返回

适用于