DataFrameColumn.Product 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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>