System::Collections::Generic::IEnumerable::LINQ_Min metodu
IEnumerable::LINQ_Min(const Func<Source, ResultType>&) method
template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<Source, ResultType> &selector)
Ayrıca Bakınız
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::LINQ_Min(const Func<T, ResultType>&) method
Genel bir dizinin her öğesine bir dönüşüm fonksiyonu uygular ve elde edilen en küçük değeri döndürür.
template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<T, ResultType> &selector)
| Parametre | Açıklama |
|---|---|
| ResultType | Seçici tarafından döndürülen değerin türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| selector | const Func<T, ResultType>& | Her öğeye uygulanacak bir dönüştürme işlevi. |
ReturnValue
Dizideki minimum değer.
Ayrıca Bakınız
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++