[Home] Type Unidata.NetCDF.NetCDFType


The possible basic NetCDF types. Instead of using the original names, the constants are labelled similar to those in System.Runtime.InteropServices.UnmanagedType.

Type Description

type NetCDFType = |  NaT  =  0
                  |  I1  =  1
                  |  C1  =  2
                  |  I2  =  3
                  |  I4  =  4
                  |  R4  =  5
                  |  R8  =  6
                  |  U1  =  7
                  |  U2  =  8
                  |  U4  =  9
                  |  I8  =  10
                  |  U8  =  11

See Also

Unidata.NetCDF


Documentation for assembly Unidata.NetCDF, version 1.0.5002.0, generated using the F# Programming Power Pack