---
title: "init(_:)"
framework: coreml
role: symbol
role_heading: Initializer
path: "coreml/mlsendablefeaturevalue/init(_:)"
---

# init(_:)

Creates a feature value containing a double-precision floating-point value.

## Declaration

```swift
init(_ value: Double)
```

## See Also

### Creating a sendable feature value

- [init(undefined:)](coreml/mlsendablefeaturevalue/init(undefined:).md)
