index Zimbu documentation

MODULE INT8 @public

summary

     

Methods for the builtin int8 type.

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

members (alphabetically)

     

int max @public

     

Maximum value of an int8.

Used as T.int8.max

int min @public

     

Minimum value of an int8.

Used as T.int8.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