Instance Method
インスタンスメソッド
encode(to:)
Encodes this decimal value into the given encoder.
この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 宣言
func encode(to encoder: Encoder
) throws
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Encoding and Decoding エンコーディングとデコーディング
init(from: Decoder)
Creates a new decimal value by decoding from the given decoder.
新しい10進値をこの与えられたデコーダからデコーディングすることによって作成します。