Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find the double value range

Status
Not open for further replies.

bsanthu

Programmer
Oct 31, 2002
14
IN
Hai all,
How to find the maximum and minimum value of double data type in a programatic way in VB . Is their any constants declared for that?


-Thanks for your help.
Santhakumar B
 
look in the msdn help. Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Hallo sunaj,

Thanks for the response. I can see that values by myself, but i want my program to read the max or min value automatically from the system. (Like predefined constants in C++ for ranges (MAX_INT, MIN_FLOAT,etc.) Is their any way to take like this. I dont want to hardcode.

-Thanks
Santhakumar B
 
Is just a constant (as it is in C++) so why not hardcode it? Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top