PrimitiveDataFrameColumn<T>.Product 方法

定义

重载

Product()

返回列中值的乘积

Product(IEnumerable<Int64>)

返回 rowIndices 中值的乘积

Product()

返回列中值的乘积

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

返回

适用于

Product(IEnumerable<Int64>)

返回 rowIndices 中值的乘积

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

参数

rowIndices
IEnumerable<Int64>

返回

适用于