PrimitiveDataFrameColumn<T>.Max メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>