index Zimbu documentation

MODULE INT32 @public

summary

     

Methods for the builtin int32 type.

CLASS  int32 @public  The builtin type int32: 32 bit integer number.
 
int  max @public  Maximum value of an int32.
int  min @public  Minimum value of an int32.
 

members (alphabetically)

     

int max @public

     

Maximum value of an int32.

Used as T.int32.max

int min @public

     

Minimum value of an int32.

Used as T.int32.min

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0