DictionaryContainer.GetDoubleValue(NSString) Method

Definition

Returns the nullable double associated with key.

protected Nullable<double> GetDoubleValue (Foundation.NSString key);
member this.GetDoubleValue : Foundation.NSString -> Nullable<double>

Parameters

key
NSString

The identifier of the double.

Returns

Applies to