NumCoerceAtLeastExtension<T extends num> extension
- on
-
- T
Methods
-
coerceAtLeast(
T minimumValue) → T -
Available on T, provided by the NumCoerceAtLeastExtension extension
Ensures that this value is not less than the specifiedminimumValue
.