CGFloat.NativeType
The native type used to store the CGFloat.
Declaration
typealias NativeType = DoubleDiscussion
The native type used to store the CGFloat, which is Float on 32-bit architectures and Double on 64-bit architectures.
The native type used to store the CGFloat.
typealias NativeType = DoubleThe native type used to store the CGFloat, which is Float on 32-bit architectures and Double on 64-bit architectures.