Share via


NSNumber.ToFloat(NativeHandle) Method

Definition

Convert a NativeHandle to a NSNumber and return its value as a float.

public static float ToFloat(ObjCRuntime.NativeHandle handle);
static member ToFloat : ObjCRuntime.NativeHandle -> single

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to