min

fun <U : Unit<U>> min(vararg measures: Measure<U>): Measure<U>?

Returns the measure with the absolute value closest to negative infinity.

Return

the measure with the greatest negative magnitude

Parameters

U

the type of the units of the measures

measures

the set of measures to compare