Udostępnij przez


PrimitiveDataFrameColumn<T>.Product Metoda

Definicja

Przeciążenia

Product()

Zwraca produkt wartości w kolumnie

Product(IEnumerable<Int64>)

Zwraca produkt wartości w indeksach rowIndices

Product()

Źródło:
PrimitiveDataFrameColumn.Computations.cs
Źródło:
PrimitiveDataFrameColumn.Computations.cs
Źródło:
PrimitiveDataFrameColumn.Computations.cs

Zwraca produkt wartości w kolumnie

public override object Product();
override this.Product : unit -> obj
Public Overrides Function Product () As Object

Zwraca

Dotyczy

Product(IEnumerable<Int64>)

Źródło:
PrimitiveDataFrameColumn.Computations.cs
Źródło:
PrimitiveDataFrameColumn.Computations.cs
Źródło:
PrimitiveDataFrameColumn.Computations.cs

Zwraca produkt wartości w indeksach 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

Parametry

rowIndices
IEnumerable<Int64>

Zwraca

Dotyczy