Partilhar via


DataFrameColumn.Product Método

Definição

Sobrecargas

Product()

Retorna o produto dos valores na coluna

Product(IEnumerable<Int64>)

Retorna o produto dos valores em rowIndices

Product()

Retorna o produto dos valores na coluna

public virtual object Product ();
abstract member Product : unit -> obj
override this.Product : unit -> obj
Public Overridable Function Product () As Object

Retornos

Aplica-se a

Product(IEnumerable<Int64>)

Retorna o produto dos valores em 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

Parâmetros

rowIndices
IEnumerable<Int64>

Retornos

Aplica-se a