Max()

Array::Max() const method

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

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

Return Value

A copy of the largest element in the array.

See Also