up: INT8     index Zimbu documentation

CLASS INT8.int8 @public

summary

     

The builtin type int8: 8 bit integer number.

Although this is a separate type, the methods for int are used. Listed here are only the methods that differ from the int methods.

$Size() int @public  Return the number of bytes in an int8.
 
 

members (alphabetically)

     

FUNC $Size() int @public

     

Return the number of bytes in an int8.

Always returns 1, since an int8 is 8 bits

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