System::Array::Max method

Array::Max method

Finds the largest element in the array using operator<() to compare elements.

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

ReturnValue

A copy of the largest element in the array.

See Also