Min()

Array::Min() const method

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

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

Return Value

A copy of the smallest element in the array.

See Also