System::Array::Max 方法

Array::Max method

使用 operator<() 比较元素,查找数组中最大的元素。

UnderlyingType System::Array<T>::Max() const

ReturnValue

数组中最大元素的副本。

另见