A prefix that multiplies the base unit by 1e-12.
SDKs
- iOS 8.0+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Health
Kit
Declaration
case pico = 1
A prefix that multiplies the base unit by 1e-12.
SDKs
Framework
case pico = 1
case none
A prefix that does not modify the base unit.
case femto
A prefix that multiplies the base unit by 1e-15.
case nano
A prefix that multiplies the base unit by 1e-9.
case micro
A prefix that multiplies the base unit by 1e-6.
case milli
A prefix that multiplies the base unit by 0.001.
case centi
A prefix that multiplies the base unit by 0.01.
case deci
A prefix that multiplies the base unit by 0.1.
case deca
A prefix that multiplies the base unit by 10.
case hecto
A prefix that multiplies the base unit by 100.
case kilo
A prefix that multiplies the base unit by 1000.
case mega
A prefix that multiplies the base unit by 1e6.
case giga
A prefix that multiplies the base unit by 1e9.
case tera
A prefix that multiplies the base unit by 1e12.