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.Font 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)
| معامل | الوصف |
|---|---|
| ResultType | نوع القيمة التي تُرجعها الدالة selector. |
| معامل | نوع | الوصف |
|---|---|---|
| selector | const Func<T, ResultType>& | دالة تحويل لتطبيقها على كل عنصر. |
ReturnValue
القيمة الدنيا في التسلسل.
انظر أيضًا
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++