What is the data types bound values in Groovy

1 Answer

0 votes
byte: -128 to 127
short: -32,768 to 32,767
int: -2,147,483,648 to 2,147,483,647
long: -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807
float: 1.40129846432481707e-45 to 3.40282346638528860e+38
double: 4.94065645841246544e-324d to 1.79769313486231570e+308d

 



answered Oct 2, 2020 by avibootz

Related questions

1 answer 170 views
170 views asked Sep 28, 2020 by avibootz
1 answer 249 views
249 views asked Oct 5, 2020 by avibootz
1 answer 258 views
2 answers 225 views
1 answer 225 views
1 answer 222 views
1 answer 250 views
...