Type Alias

Double.Magnitude

A type that can represent the absolute value of any possible value of this type.

Declaration

typealias Magnitude = Double

See Also

Finding the Sign and Magnitude

var magnitude: Double

The magnitude of this value.

var sign: FloatingPointSign

The sign of the floating-point value.