int is a number type, it's short for integer. It ranges from
-2,147,483,648 to 2,147,483,647.
You may wish to pick up a C# book that will explain it far better and in
more depth than you'll find in this newsgroup.
- Mark
On Tue, 04 Apr 2006 15:16:36 +0800, dllhell <dl*****@gmail.com> wrote:
hello all,
would you like to explain what's mean "int?"
I have find it in funcion declarations but in msdn I can't find anything
useful by typing "int?" (msdn reurns everithing where "int" appears)
thanks in advance
sorry for questions like this...