Initializerinit(integer
init(integerLiteral:)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(integerLiteral value: Int
)
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating a Decimal from an Integer 整数から10進数を作成する
init?<T>(exactly: T)
Creates a new decimal value exactly representing the provided integer.
提供された整数を正確に表している新しい10進値を作成します。
init(Int)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int8)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int16)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int32)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。
init(Int64)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。