<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/UnitDispersion",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUnitDispersion"
  },
  "title" : "UnitDispersion"
}
-->

# UnitDispersion

A unit of measure for specific quantities of dispersion.

```
class UnitDispersion
```

## Overview

You typically use instances of [`UnitDispersion`](/documentation/Foundation/UnitDispersion) to represent specific quantities of dispersion using the [`NSMeasurement`](/documentation/Foundation/NSMeasurement) class.

### Dispersion

Dispersion describes the amount of a constituent divided by the amount of all other constituents in a mixture. Dispersion is a dimensionless quantity that is commonly expressed in “parts-per” notation, such as “parts per million” (ppm), to describe small relative quantities.

The [`UnitDispersion`](/documentation/Foundation/UnitDispersion) class defines its [`baseUnit()`](/documentation/Foundation/Dimension/baseUnit()) as [`partsPerMillion`](/documentation/Foundation/UnitDispersion/partsPerMillion).

|Name             |Method                                                                                |Abbreviation|
|-----------------|--------------------------------------------------------------------------------------|------------|
|Parts Per Million|``doc://com.apple.foundation/documentation/Foundation/UnitDispersion/partsPerMillion``|ppm         |

## Topics

### Accessing the Base Unit

[`baseUnit()`](/documentation/Foundation/Dimension/baseUnit())

Returns the base unit.

### Accessing Predefined Units

[`partsPerMillion`](/documentation/Foundation/UnitDispersion/partsPerMillion)

The parts per million unit.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)