System::Collections::Generic::IEnumerable::LINQ_Aggregate メソッド
IEnumerable::LINQ_Aggregate method
シーケンスに対してアキュムレータ関数を適用します。
T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
| パラメーター | 型 | 説明 |
|---|---|---|
| func | const Func<T, T, T>& | 各要素に対して呼び出されるアキュムレータ関数です。 |
ReturnValue
最終的なアキュムレータの値です。
参照
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++