---
title: "PlaygroundValue.floatingPoint(_:)"
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundvalue/floatingpoint
---

# PlaygroundValue.floatingPoint(_:)

A value that represents a floating-point number.

## Declaration

```swift
case floatingPoint(Double)
```

## See Also

### Representing Data

- [PlaygroundValue.boolean(_:)](playgroundsupport/playgroundvalue/boolean.md)
- [PlaygroundValue.data(_:)](playgroundsupport/playgroundvalue/data.md)
- [PlaygroundValue.date(_:)](playgroundsupport/playgroundvalue/date.md)
- [PlaygroundValue.integer(_:)](playgroundsupport/playgroundvalue/integer.md)
- [PlaygroundValue.string(_:)](playgroundsupport/playgroundvalue/string.md)
