---
title: CGFloat.NativeType
framework: corefoundation
role: symbol
role_heading: Type Alias
path: corefoundation/cgfloat-swift.struct/nativetype
---

# CGFloat.NativeType

The native type used to store the CGFloat.

## Declaration

```swift
typealias NativeType = Double
```

## Discussion

Discussion The native type used to store the CGFloat, which is Float on 32-bit architectures and Double on 64-bit architectures.
