Diff bw Small integer and Capitol integer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vijjirams@gmail.com

    Diff bw Small integer and Capitol integer

    Hi All,

    May I know what is the difference between Small integer and Capital
    integer.

    Thanks in advance

    Regards,
    -vijji
  • Patrice

    #2
    Re: Diff bw Small integer and Capitol integer

    Likely their range though I'm not sure what you call a small integer and a
    capital (capitol ?) integer.

    What is the type name in your language ? Are you talking about the Int32 and
    Int16 types ? Have you tried the documentation ?

    From http://msdn.microsoft.com/en-us/libr...32(VS.71).aspx :
    The Int32 value type represents signed integers with values ranging from
    negative 2,147,483,648 through positive 2,147,483,647.

    For System.Int16 you'll find :
    The Int16 value type represents signed integers with values ranging from
    negative 32768 through positive 32767.

    If you are talking about something else please be more specific...

    --
    Patrice

    <vijjirams@gmai l.coma écrit dans le message de groupe de discussion :
    05f31723-fb02-45d8-ab7f-fca4a59a31ea...l egroups.com...
    Hi All,
    >
    May I know what is the difference between Small integer and Capital
    integer.
    >
    Thanks in advance
    >
    Regards,
    -vijji

    Comment

    Working...