System::Collections::Generic::IEnumerable::LINQ_Aggregate metode
IEnumerable::LINQ_Aggregate method
Menerapkan fungsi akumulator pada sebuah urutan.
T System::Collections::Generic::IEnumerable<T>::LINQ_Aggregate(const Func<T, T, T> &func)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| func | const Func<T, T, T>& | Fungsi akumulator yang akan dipanggil pada setiap elemen. |
ReturnValue
Nilai akhir akumulator.
Lihat Juga
- Class Func
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++