System.UInt64
Delphi
type UInt64 = { built-in type };
C++
typedef unsigned long long UInt64; // 0..18,446,744,073,709,551,615
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
説明
64 ビット符号なし整数型を表します。
UInt64 は自然数の部分集合を表します。 UInt64 型の範囲は、0
から 2^64-1
までです。
UInt64 のサイズは、すべての 32 ビットおよび 64 ビット プラットフォームで 64 ビットです。