NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Long Data Type

Long (long integer) variables are stored as signed 64-bit (8-byte) numbers ranging in value from-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

Note    The Long data type can be converted to the Single, Double or Decimal data type, without encountering an OverflowException error.

The equivalent NGWS runtime data type is System.Int64.

See Also

Conversion Keyword Summary | Data Type Summary | Integer Data Type | Short Data Type | Type Conversion Functions | Using Data Types Efficiently