MonobjcMonobjc Documented Class Library
EncodeDoubleForKey Method (realv, key)
NamespacesMonobjc.FoundationNSCoderEncodeDoubleForKey(Double, NSString)

Encodes realv and associates it with the string key.

Original signature is '- (void)encodeDouble:(double)realv forKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EncodeDoubleForKey(
	double realv,
	NSString key
)
Public Overridable Sub EncodeDoubleForKey ( _
	realv As Double, _
	key As NSString _
)
public:
virtual void EncodeDoubleForKey(
	double realv, 
	NSString^ key
)
Parameters
realv (Double)
MISSING
key (NSString)
MISSING
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)