طريقة System::Collections::Generic::IEnumerable::LINQ_Min
IEnumerable::LINQ_Min(const Func<Source, ResultType>&) method
template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<Source, ResultType> &selector)
انظر أيضًا
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::LINQ_Min(const Func<T, ResultType>&) method
يستدعي دالة تحويل على كل عنصر في تسلسل عام ويعيد القيمة الدنيا الناتجة.
template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<T, ResultType> &selector)
| Parameter | الوصف |
|---|---|
| ResultType | نوع القيمة التي تُرجعها selector. |
| Parameter | Type | الوصف |
|---|---|---|
| selector | const Func<T, ResultType>& | دالة تحويل لتطبيقها على كل عنصر. |
ReturnValue
القيمة الدنيا في التسلسل.
انظر أيضًا
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++