Type Size Constants

BlitzMax Forums/BlitzMax Programming/Type Size Constants

Scott Shaver(Posted 2006) [#1]
Are there any defined constants for the min and max sizes of the primitive types such as

Const MaxInt:Int = (2^31)-1
Const MaxDouble:Double = 10^308
Const MinDouble:Double = 10^-308
Const MaxFloat:Float = 10^38
Const MinFloat:Float = 10^-38


GW(Posted 2006) [#2]
is that a question?


Scott Shaver(Posted 2006) [#3]
Yes, if I can use bmax defined consts then I don't need my own.