Share via


DictionaryContainer.GetDoubleValue(NSString) Method

Definition

Returns the nullable Double associated with the specified key.

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

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored Double value if present in the dictionary, null otherwise.

Remarks

The stored value must be stored as an NSNumber.

Applies to