DataFrameColumn.Product 方法

定义

重载

Product()

返回列中值的乘积

Product(IEnumerable<Int64>)

返回 rowIndices 中值的乘积

Product()

返回列中值的乘积

public virtual object Product ();
abstract member Product : unit -> obj
override this.Product : unit -> obj
Public Overridable Function Product () As Object

返回

适用于

Product(IEnumerable<Int64>)

返回 rowIndices 中值的乘积

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

参数

rowIndices
IEnumerable<Int64>

返回

适用于