PrimitiveDataFrameColumn<T>.Product 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>