Contents

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) -> Double

Discussion

Subclasses must override this method if they perform keyed coding.

See Also

Decoding General Data