coerceAtLeast
Ensures that this value is not less than the specified minimumValue.
Since Kotlin
1.0Return
this value if it's greater than or equal to the minimumValue or the minimumValue otherwise.
Samples
Ensures that this value is not less than the specified minimumValue.
Since Kotlin
1.0Return
this value if it's greater than or equal to the minimumValue or the minimumValue otherwise.