---
title: Float80.IntegerLiteralType
framework: swift
role: symbol
role_heading: Type Alias
path: swift/float80/integerliteraltype
---

# Float80.IntegerLiteralType

A type that represents an integer literal.

## Declaration

```swift
typealias IntegerLiteralType = Int64
```

## Discussion

Discussion The standard library integer and floating-point types are all valid types for IntegerLiteralType.
