Structure

UInt

An unsigned integer value type. 符号なし整数値型。

Declaration 宣言

@frozen struct UInt

Overview 概要

On 32-bit platforms, UInt is the same size as UInt32, and on 64-bit platforms, UInt is the same size as UInt64. 32ビットプラットホーム上では、UIntUInt32と同じ大きさです、そして64ビットプラットホーム上では、UIntUInt64と同じ大きさです。

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Type Properties 型プロパティ

Instance Methods インスタンスメソッド

Type Methods 型メソッド

Operator Functions 演算子関数

Structures 構造体

See Also 参照

Unsigned Integers 符号なし整数