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)
See Also
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
IEnumerable::LINQ_Min(const Func<T, ResultType>&) method
Invokes a transform function on each element of a generic sequence and returns the minimum resulting value.
template<typename ResultType> ResultType System::Collections::Generic::IEnumerable<T>::LINQ_Min(const Func<T, ResultType> &selector)
Parameter | Description |
---|---|
ResultType | The type of the value returned by selector. |
Parameter | Type | Description |
---|---|---|
selector | const Func<T, ResultType>& | A transform function to apply to each element. |
ReturnValue
The minimum value in the sequence.
See Also
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++