---
title: "xpc_double_create(_:)"
framework: xpc
role: symbol
role_heading: Function
path: "xpc/xpc_double_create(_:)"
---

# xpc_double_create(_:)

Creates an XPC double object.

## Declaration

```swift
func xpc_double_create(_ value: Double) -> xpc_object_t
```

## Parameters

- `value`: The floating point quantity which is to be boxed.

## Return Value

Return Value A new floating point object.

## See Also

### Number objects

- [xpc_double_get_value(_:)](xpc/xpc_double_get_value(_:).md)
- [xpc_int64_create(_:)](xpc/xpc_int64_create(_:).md)
- [xpc_int64_get_value(_:)](xpc/xpc_int64_get_value(_:).md)
- [xpc_uint64_create(_:)](xpc/xpc_uint64_create(_:).md)
- [xpc_uint64_get_value(_:)](xpc/xpc_uint64_get_value(_:).md)
