unaryPlus

operator fun <U : Unit<U>?> Measure<U>.unaryPlus(): Measure<U>

Does nothing to a measure. If this measure was mutable, it will return a mutable copy

Return

The resulting measure

Since

2024-02-08