---
title: "init(floatLiteral:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/runloop/schedulertimetype/stride/init(floatliteral:)"
---

# init(floatLiteral:)

Creates a run loop scheduler time interval from a floating-point seconds value.

## Declaration

```swift
init(floatLiteral value: TimeInterval)
```

## See Also

### Creating Scheduler Time Strides

- [init(_:)](foundation/runloop/schedulertimetype/stride/init(_:).md)
- [init(exactly:)](foundation/runloop/schedulertimetype/stride/init(exactly:).md)
- [init(integerLiteral:)](foundation/runloop/schedulertimetype/stride/init(integerliteral:).md)
