index Zimbu documentation

MODULE BYTE @public

summary

     

Methods for the builtin byte type.

CLASS  byte @public  The builtin type byte: 8 bit natural number.
 
int  max @public  Maximum value of a byte.
int  min @public  Minimum value of a byte.
 

members (alphabetically)

     

int max @public

     

Maximum value of a byte.

Used as T.byte.max

int min @public

     

Minimum value of a byte.

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