System::Array::Min method

Array::Min method

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

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

ReturnValue

A copy of the smallest element in the array.

See Also