Click here to Skip to main content
15,906,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: help Beginners Pin
NatarajuDP25-Oct-06 2:33
NatarajuDP25-Oct-06 2:33 
GeneralRe: help Beginners Pin
seee sharp25-Oct-06 2:39
seee sharp25-Oct-06 2:39 
GeneralRe: help Beginners Pin
Elina Blank25-Oct-06 3:08
sitebuilderElina Blank25-Oct-06 3:08 
GeneralRe: help Beginners Pin
ednrgc25-Oct-06 5:34
ednrgc25-Oct-06 5:34 
GeneralRe: help Beginners Pin
ramasubbu ram10-May-13 23:39
ramasubbu ram10-May-13 23:39 
Questionint Pin
amaneet25-Oct-06 2:10
amaneet25-Oct-06 2:10 
AnswerRe: int Pin
seee sharp25-Oct-06 2:42
seee sharp25-Oct-06 2:42 
AnswerRe: int Pin
Tarakeshwar Reddy25-Oct-06 3:40
professionalTarakeshwar Reddy25-Oct-06 3:40 
int16 is 2 bytes (8 bits x 2 = 16 Bits)
the range is -32,768 to 32,767

int32 is 4 bytes (8 bits x 4 = 32 Bits)
the range is -2,147,483,648 to 2,147,483,647

int64 is 8 bytes (8 bits x 8 = 64 Bits)
the range is -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807

the formula to calcuate the range is => - 2^(n-1) to 2^(n-1)-1 [n is the no. of bits]










Tarakeshwar
MCP, CCIE Q(R&S)

Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.

!sgub evah t'nseod margorp sihT ?sgub naem ayaddahW

AnswerRe: int Pin
ednrgc25-Oct-06 5:27
ednrgc25-Oct-06 5:27 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:31
leckey25-Oct-06 18:31 
GeneralRe: HOMEWORK Pin
RichardGrimmer27-Oct-06 5:26
RichardGrimmer27-Oct-06 5:26 
Questionjavascript validation in data grid Pin
yesu prakash25-Oct-06 1:50
yesu prakash25-Oct-06 1:50 
AnswerRe: javascript validation in data grid Pin
Sathesh Sakthivel25-Oct-06 2:09
Sathesh Sakthivel25-Oct-06 2:09 
AnswerRe: javascript validation in data grid Pin
ednrgc25-Oct-06 5:34
ednrgc25-Oct-06 5:34 
QuestionAdding two numbers together Pin
proguy25-Oct-06 1:16
proguy25-Oct-06 1:16 
AnswerRe: Adding two numbers together Pin
Alsvha25-Oct-06 1:28
Alsvha25-Oct-06 1:28 
Questionproblem Pin
amaneet25-Oct-06 0:50
amaneet25-Oct-06 0:50 
AnswerRe: problem Pin
Jay_se25-Oct-06 0:51
Jay_se25-Oct-06 0:51 
AnswerRe: problem Pin
seee sharp25-Oct-06 2:44
seee sharp25-Oct-06 2:44 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:32
leckey25-Oct-06 18:32 
Question,problem Pin
amaneet25-Oct-06 0:48
amaneet25-Oct-06 0:48 
AnswerRe: ,problem Pin
Jay_se25-Oct-06 0:50
Jay_se25-Oct-06 0:50 
AnswerRe: Useless subject Pin
Guffa25-Oct-06 3:03
Guffa25-Oct-06 3:03 
QuestionWhich server is the best Pin
sabby200625-Oct-06 0:47
sabby200625-Oct-06 0:47 
AnswerRe: Which server is the best Pin
Colin Angus Mackay25-Oct-06 0:59
Colin Angus Mackay25-Oct-06 0:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.