swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Related Syntax  

int32 data type

You can use the int32 data type to handle data at the bit level and to manage binary data encoded in 32-bit words (for example, network long values).

Arithmetic and comparison operators will handle an int32 value as a 32-bit twos-complement signed binary number.

Bitwise operators will handle an int32 value as a sequence of 32 bits.

The default value of an int32 variable is 0, or all bits cleared.

      Related Syntax
   - (minus)
   & (and)
   * (times)
   / (divide)
   | (or), or
   + (plus)
   modulo
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:44:37 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.