DictionaryContainer.GetFloatValue(NSString) Method
Definition
Returns the nullable float associated with key
.
protected Nullable<float> GetFloatValue (Foundation.NSString key);
member this.GetFloatValue : Foundation.NSString -> Nullable<single>
Parameters
-
key
- NSString
The identifier of the float.
Returns
- Nullable<Single>
Applies to