System::Collections::Generic::IEnumerable::LINQ_Min method
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++