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
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.PUB for C++