SORU
28 AĞUSTOS 2009, Cuma


C negatif için pozitif bir sayı dönüştürmek#

Böyle negatif bir sayı dönüştürebilirsiniz:

int myInt = System.Math.Abs(-5);

Eşdeğer bir yöntem pozitif bir sayıyı negatif yapmak var mı?

Teşekkürler

CEVAP
28 AĞUSTOS 2009, Cuma


int myNegInt = System.Math.Abs(myNumber) * (-1);

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:
C#

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • dcigs

    dcigs

    9 EYLÜL 2006
  • dougownsall

    dougownsall

    7 EKİM 2007
  • ravinderosahn

    ravinderosah

    20 Temmuz 2009