NSNumber.ToNFloat(NativeHandle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.