G
Guest
I can't find a Mod or remainder function in .net. Does anyone know if these
fuctions exist?
fuctions exist?
I can't find a Mod or remainder function in .net. Does anyone know if these
fuctions exist?
Did you look in the MSDN help? I started it up, selected the index and
typed Mod in the combo and lo and behold, there was the topic for the Mod
operator!! Amazing!
In brief:
A = 8 Mod 3
Chris Dunaway" <"dunawayc[[at]_lunchmeat said:I can't find a Mod or remainder function in .net. Does anyone know if these
fuctions exist?
Did you look in the MSDN help? I started it up, selected the index and
typed Mod in the combo and lo and behold, there was the topic for the Mod
operator!! Amazing!
In brief:
A = 8 Mod 3
--
Chris
dunawayc[AT]sbcglobal_lunchmeat_[DOT]net
To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
That doesn't look like C# to me (see subject line).
Thanks but i am looking for the answer using C#.