A type that can represent the absolute value of any possible value of this type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
typealias Magnitude = Double
A type that can represent the absolute value of any possible value of this type.
SDK
Framework
typealias Magnitude = Double
var magnitude: Double
The magnitude of this value.
var sign: FloatingPointSign
The sign of the floating-point value.