---
title: "init(_:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/binaryfloatingpoint/init(_:)-57jx7"
---

# init(_:)

Creates a new instance from the given value, rounded to the closest possible representation.

## Declaration

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

## Parameters

- `value`: A floating-point value to be converted.

## See Also

### Converting Floating-Point Values

- [init(_:)](swift/binaryfloatingpoint/init(_:)-7ft14.md)
- [init(_:)](swift/binaryfloatingpoint/init(_:)-1nijh.md)
- [init(_:)](swift/binaryfloatingpoint/init(_:)-shau.md)
