---
title: leastNonzeroMagnitude
framework: swift
role: symbol
role_heading: Type Property
path: swift/float16/leastnonzeromagnitude
---

# leastNonzeroMagnitude

The least positive number.

## Declaration

```swift
static var leastNonzeroMagnitude: Float16 { get }
```

## Discussion

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.
