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>