C# (CSharp) Grib.Api.Interop Namespace

Nested Namespaces

Grib.Api.Interop.SWIG
Grib.Api.Interop.Util

Classes

Name Description
FileHandleProxy
GribContext Wraps grib_context struct.
GribHandle Wraps grib_handle struct.
GribKeysIterator Wraps a grib_keys_iterator struct.
GribValueTypeException
GribValueTypeExtension
GribValuesIterator Wraps a grib_iterator struct.
SizeT SizeT is a variable-size, platform-dependent unsigned integer. It can store the maximum size of a theoretically possible object of any type (including array). Implicitly convertable to UInt.

 

Example:

  SizeT size = 1;

  int[] myArray = new int[size];

  size = (SizeT) getSomeInt();

  Int64 big = (Int64) size;