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

decodeDouble(forKey:)

Decodes and returns a double value that was previously encoded with either encode(_:forKey:) or encode(_:forKey:) and associated with the string key. あるdouble値を復号して返します、それは以前にencode(_:forKey:)またはencode(_:forKey:)のどちらかで符号化されて文字列keyと結び付けられたものです。

Declaration 宣言

func decodeDouble(forKey key: String) -> Double

Discussion 議論

Subclasses must override this method if they perform keyed coding. サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Decoding General Data 一般的なデータを復号する