xpc_double_create(_:)
Creates an XPC double object.
Declaration
func xpc_double_create(_ value: Double) -> xpc_object_tParameters
- value:
The floating point quantity which is to be boxed.
Return Value
A new floating point object.
Creates an XPC double object.
func xpc_double_create(_ value: Double) -> xpc_object_tThe floating point quantity which is to be boxed.
A new floating point object.