DataFrameColumn.Product Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>