---
title: "init(_:)"
framework: xcuiautomation
role: symbol
role_heading: Initializer
path: "xcuiautomation/xcuigesturevelocity/init(_:)"
---

# init(_:)

Creates a gesture velocity, expressed as a float.

## Declaration

```swift
init(_ rawValue: CGFloat)
```

## Parameters

- `rawValue`: The value to use as the gesture velocity.

## See Also

### Creating a gesture velocity

- [init(rawValue:)](xcuiautomation/xcuigesturevelocity/init(rawvalue:).md)
