Share via


NSNumber.ToNFloat(NativeHandle) Method

Definition

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

public static System.Runtime.InteropServices.NFloat ToNFloat(ObjCRuntime.NativeHandle handle);
static member ToNFloat : ObjCRuntime.NativeHandle -> System.Runtime.InteropServices.NFloat

Parameters

handle
NativeHandle

The NativeHandle to convert.

Returns

Applies to