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)
| パラメーター | 説明 |
|---|---|
| ResultType | セレクタが返す値の型です。 |
| パラメーター | 型 | 説明 |
|---|---|---|
| selector | const Func<T, ResultType>& | 各要素に適用する変換関数です。 |
ReturnValue
シーケンス内の最大値。
参照
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++