DataFrameColumn.Max 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Max() |
返回列中值的最大值 |
Max(IEnumerable<Int64>) |
返回 rowIndices 中的最大值 |
Max()
返回列中值的最大值
public virtual object Max();
abstract member Max : unit -> obj
override this.Max : unit -> obj
Public Overridable Function Max () As Object
返回
适用于
Max(IEnumerable<Int64>)
返回 rowIndices 中的最大值
public virtual object Max(System.Collections.Generic.IEnumerable<long> rowIndices);
abstract member Max : seq<int64> -> obj
override this.Max : seq<int64> -> obj
Public Overridable Function Max (rowIndices As IEnumerable(Of Long)) As Object
参数
- rowIndices
- IEnumerable<Int64>