C# 0 The Complete Reference


PART I C h a p t e r   1 5



Download 4,07 Mb.
Pdf ko'rish
bet531/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   527   528   529   530   531   532   533   534   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt


PART I

C h a p t e r   1 5 :  

D e l e g a t e s ,   E v e n t s ,   a n d   L a m b d a   E x p r e s s i o n s  

417


PART IPART I

Here is an example that uses a statement lambda to compute and return the factorial of 

an

int

 value:


// Demonstrate a statement lambda.

using System;

// IntOp takes one int argument and returns an int result.

delegate int IntOp(int end);

class StatementLambdaDemo {

  static void Main() {

    // A statement lambda that returns the factorial

    // of the value it is passed.

    IntOp fact = n => {

                         int r = 1;

                         for(int i=1; i <= n; i++)

                           r = i * r;

                         return r;

                      };

    Console.WriteLine("The factorial of 3 is " + fact(3));

    Console.WriteLine("The factorial of 5 is " + fact(5));

  }

}

The output is shown here:



The factorial of 3 is 6

The factorial of 5 is 120

In the program, notice that the statement lambda declares a variable called 


Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   527   528   529   530   531   532   533   534   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish