System.UInt64

提供: RAD Studio API Documentation
移動先: 案内検索

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 ビットです。

関連項目