Поделиться через


DataFrameColumn.Product Метод

Определение

Перегрузки

Product()

Возвращает произведение значений в столбце.

Product(IEnumerable<Int64>)

Возвращает произведение значений в строкеIndices

Product()

Исходный код:
DataFrameColumn.Computations.cs
Исходный код:
DataFrameColumn.Computations.cs
Исходный код:
DataFrameColumn.Computations.cs

Возвращает произведение значений в столбце.

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

Возвращаемое значение

Применяется к

Product(IEnumerable<Int64>)

Исходный код:
DataFrameColumn.Computations.cs
Исходный код:
DataFrameColumn.Computations.cs
Исходный код:
DataFrameColumn.Computations.cs

Возвращает произведение значений в строкеIndices

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

Параметры

rowIndices
IEnumerable<Int64>

Возвращаемое значение

Применяется к