Contents

leastNonzeroMagnitude

The least positive number.

Declaration

static var leastNonzeroMagnitude: Double { get }

Discussion

This value compares less than or equal to all positive numbers, but greater than zero. If the type supports subnormal values, leastNonzeroMagnitude is smaller than leastNormalMagnitude; otherwise they are equal.

See Also

Accessing Numeric Constants