다음을 통해 공유


DataFrameColumn.Product 메서드

정의

오버로드

Product()

열에 있는 값의 곱을 반환합니다.

Product(IEnumerable<Int64>)

rowIndices에 있는 값의 곱을 반환합니다.

Product()

Source:
DataFrameColumn.Computations.cs
Source:
DataFrameColumn.Computations.cs
Source:
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>)

Source:
DataFrameColumn.Computations.cs
Source:
DataFrameColumn.Computations.cs
Source:
DataFrameColumn.Computations.cs

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

매개 변수

rowIndices
IEnumerable<Int64>

반환

적용 대상