Contents

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) -> Double

Parameters

  • xdouble:

    The floating point object which is to be examined.

Return Value

The underlying floating point value.

See Also

Number objects