Start Back Next End
  
ZBasic System Library
1
ZBasic Microcontrollers
System Library Reference
Section 1 - Routines by Category
The ZBasic System Library provides a rich collection comprising hundreds of subroutines and functions
that you can use to add functionality to your application.  The routines may be divided into several
conceptual categories as shown below.
Type Conversion Functions
convert a value to type Bit
convert a value to type Boolean
convert a value to type Byte
convert an integral value to a reference to a Byte array
convert a value to type Integer
convert a value to type Long
convert a value to type Nibble
convert a value to type Single
convert a value to type String
convert a value to a String containing hexadecimal characters
convert a value to an enumeration member
convert a value to type UnsignedInteger
convert a value to type Long
convert a Single value to type Byte
convert a Single value to type Integer
convert a Single value to type Long
convert a Single value to type UnsignedInteger
convert a Single value to type UnsignedLong
convert a value to an enumeration member
Mathematical Functions
absolute value
arc cosine
arc sine
arc tangent
arc tangent (quadrant-correct)
largest integer not greater than a Single value
cosine
convert degrees to radians
e
x
10
x
integer portion of a Single value
smallest integer not less than a Single value
fractional portion of a Single value
natural logarithm
common logarithm
determine the largest of two values
determine the smallest of two values
raise a value to a power
convert radians to degrees
determine if a value is negative, zero or positive
sine
return the class information for a Single value
square root
tangent
Previous page Top Next page