Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
number
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var number: FloatingPointFormatStyle<Float16> { get }
static var number: FloatingPointFormatStyle<Float16> { get }
s20FoundationEssentials11FormatStyleP0A20InternationalizationAD013FloatingPointcD0Vys7Float16VGRszrlE6numberAIvpZ
What are these?4O6VR
where Self == FloatingPointFormatStyle<Float16>
import FoundationEssentials
import FoundationInternationalization
protocol FormatStyle : Decodable, Encodable, Hashable
A type that can convert a given data type into a representation.
struct FloatingPointFormatStyle<Value> where Value : BinaryFloatingPoint
@frozen struct Float16
A half-precision (16b), floating-point value type.