Thread overview | |||||
---|---|---|---|---|---|
|
July 02, 2014 Integer max value | ||||
---|---|---|---|---|
| ||||
Is there a way to get the max size of an integer? |
July 02, 2014 Re: Integer max value | ||||
---|---|---|---|---|
| ||||
Posted in reply to pgtkda | On Wednesday, 2 July 2014 at 08:39:06 UTC, pgtkda wrote:
> Is there a way to get the max size of an integer?
int.max
The same exists for other built-ins and enums.
|
July 02, 2014 Re: Integer max value | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rene Zwanenburg | On Wednesday, 2 July 2014 at 08:58:46 UTC, Rene Zwanenburg wrote:
> On Wednesday, 2 July 2014 at 08:39:06 UTC, pgtkda wrote:
>> Is there a way to get the max size of an integer?
>
> int.max
>
> The same exists for other built-ins and enums.
thank you very much
|
Copyright © 1999-2021 by the D Language Foundation