Share via


DictionaryContainer.GetFloatValue(NSString) Method

Definition

Returns the nullable Single associated with the specified key.

protected float? GetFloatValue(Foundation.NSString key);
member this.GetFloatValue : Foundation.NSString -> Nullable<single>

Parameters

key
NSString

The identifier of the value to get.

Returns

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

Remarks

The stored value must be stored as an NSNumber.

Applies to