DataFrameColumn.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 virtual object Product ();
abstract member Product : unit -> obj
override this.Product : unit -> obj
Public Overridable Function Product () As Object
Returns
Applies to
Product(IEnumerable<Int64>)
Returns the product of the values at the 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
Parameters
- rowIndices
- IEnumerable<Int64>