decodeDouble(forKey:)
Decodes and returns a double value that was previously encoded with either Encode(_:forkey:) 84cez or Encode(_:forkey:) 9xiiu and associated with the string key.
Declaration
func decodeDouble(forKey key: String) -> DoubleDiscussion
Subclasses must override this method if they perform keyed coding.
See Also
Decoding General Data
decodeArray(ofObjCType:count:at:)decodeBool(forKey:)decodeBytes(forKey:returnedLength:)decodeBytes(withReturnedLength:)decodeData()decodeFloat(forKey:)decodeCInt(forKey:)decodeInteger(forKey:)decodeInt32(forKey:)decodeInt64(forKey:)decodeObject()decodeObject(forKey:)decodePoint()decodePoint(forKey:)decodePropertyList()