다음을 통해 공유


PrimitiveDataFrameColumn<T>.Max 메서드

정의

오버로드

Max()

열의 최대값을 반환합니다.

Max(IEnumerable<Int64>)

rowIndices의 최대값을 반환합니다.

Max()

열의 최대값을 반환합니다.

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

반환

적용 대상

Max(IEnumerable<Int64>)

rowIndices의 최대값을 반환합니다.

public override object Max (System.Collections.Generic.IEnumerable<long> rowIndices);
override this.Max : seq<int64> -> obj
Public Overrides Function Max (rowIndices As IEnumerable(Of Long)) As Object

매개 변수

rowIndices
IEnumerable<Int64>

반환

적용 대상