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