次の方法で共有


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>

戻り値

適用対象