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

 

INT64

Purpose:

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

Syntax:

INT64

Expansion:

9

Example:

writeb("MYFILE", int64)

 

writes the series in the current Window to a file named MYFILE as 64-bit signed integer point values ranging from -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807. The above example is equivalent to writeb("MYFILE", 9).

Remarks:

INT64 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

READB

WRITEB

SBYTE

SINT

UBYTE

UINT

UINT64

ULONG