The integer to convert. 変換する整数。
Generic Initializer
init(exactly:)
Creates a new decimal value exactly representing the provided integer.
提供された整数を正確に表している新しい10進値を作成します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init?<T>(exactly source: T) where T : BinaryInteger
Parameters パラメータ
source
Discussion 議論
If source
isn't representable as a Decimal
instance, the result is nil
.
source
がDecimal
インスタンスとして表現可能でないならば、結果はnil
です。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating a Decimal from an 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進数を作成して初期化します。
init(integerLiteral : Int)
Creates and initializes a decimal with the provided integer value.
提供された整数値で10進数を作成して初期化します。