共用方式為


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>

傳回

適用於