decreaseBy

infix fun Number.decreaseBy(percentage: Percentage): Number(source)

Decreases this number by the given Percentage.

Receiver

Number

Return

The resulting value.

Parameters

percentage

The Percentage to decrease this number by.

See also