Udostępnij za pośrednictwem


PrimitiveDataFrameColumn<T>.Max Metoda

Definicja

Przeciążenia

Max()

Zwraca maksymalną wartość w kolumnie

Max(IEnumerable<Int64>)

Zwraca maksymalną liczbę wartości w indeksach rowIndices

Max()

Zwraca maksymalną wartość w kolumnie

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

Zwraca

Dotyczy

Max(IEnumerable<Int64>)

Zwraca maksymalną liczbę wartości w indeksach 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

Parametry

rowIndices
IEnumerable<Int64>

Zwraca

Dotyczy