PrimitiveDataFrameColumn<T>.Product Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Product() |
Returns the product of the values in the column |
Product(IEnumerable<Int64>) |
Returns the product of the values at the rowIndices |
Product()
Returns the product of the values in the column
public override object Product ();
override this.Product : unit -> obj
Public Overrides Function Product () As Object
Returns
Applies to
Product(IEnumerable<Int64>)
Returns the product of the values at the 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
Parameters
- rowIndices
- IEnumerable<Int64>