__int64 (API Types)

www.CAD6.com

C++ Syntax

__int64

 

Element Description

For a description, see your C++ or Win32/x64 documentation.

 

MKD Syntax

A __int64 is a signed integer value. Its allowed value range is -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (64-bit value). A __int64 is written to the file in decimal notation, the according format string is %I64d. Be sure not to produce any useless spaces or leading zeros. Keep the file compact!

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH