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)
ParameterTipeDeskripsi
funcconst Func<T, T, T>&Fungsi akumulator yang akan dipanggil pada setiap elemen.

ReturnValue

Nilai akhir akumulator.

Lihat Juga