Contents

xpc_double_create(_:)

Creates an XPC double object.

Declaration

func xpc_double_create(_ value: Double) -> xpc_object_t

Parameters

  • value:

    The floating point quantity which is to be boxed.

Return Value

A new floating point object.

See Also

Number objects