DADiSP Worksheet Functions > Function Categories > Data Type Conversion > UINT64

 

UINT64

Purpose:

Macro. Provides an argument for functions specifying 64-bit (8-byte) unsigned integer data type.

Syntax:

UINT64

Expansion:

10

Example:

writeb("MYFILE", uint64)

 

writes the series in the current Window to a file named MYFILE as 64-bit unsigned integer point values ranging from 0 to 18,446,744,073,709,551,615. The above example is equivalent to writeb("MYFILE", 19).

Remarks:

UINT64 is not a stand-alone Worksheet function. It can only act as an argument for functions, such as READB and WRITEB, and other functions with data type arguments.

See Also:

DOUBLE

FLOAT

INT64

READB

WRITEB

SBYTE

SINT

UBYTE

UINT

ULONG