Previous: Example Creating an Array of Strings Next: Using User Defined Types Table of contents Frames 2010 Unidata NetCDF Workshop > Using Groups and NetCDF-4 Types

22.6 Additional Numeric Types
New primitive types include 64-bit integers and unsigned integer types.

The five new primitive numeric types are:

Before using these types, consider how the values will be accessed in a language without support for unsigned integers. The uint64 type is especially problematical in this respect.

 


Previous: Example Creating an Array of Strings Next: Using User Defined Types Table of contents Frames 2010 Unidata NetCDF Workshop > Using Groups and NetCDF-4 Types