xpc_double_get_value(_:)
Returns the underlying double-precision floating point value from an object.
Declaration
func xpc_double_get_value(_ xdouble: xpc_object_t) -> DoubleParameters
- xdouble:
The floating point object which is to be examined.
Return Value
The underlying floating point value.