MonobjcMonobjc Documented Class Library
DecodeDoubleForKey Method (key)
NamespacesMonobjc.FoundationNSCoderDecodeDoubleForKey(NSString)

Decodes and returns a double value that was previously encoded with either encodeFloat:forKey: or encodeDouble:forKey: and associated with the string key.

Original signature is '- (double)decodeDoubleForKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual double DecodeDoubleForKey(
	NSString key
)
Public Overridable Function DecodeDoubleForKey ( _
	key As NSString _
) As Double
public:
virtual double DecodeDoubleForKey(
	NSString^ key
)
Parameters
key (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeDoubleForKey(Monobjc.Foundation.NSString)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)