Package org.incendo.cloud.type.range
Interface FloatRange
-
Method Summary
-
Method Details
-
minFloat
float minFloat()Returns the minimum value (inclusive).- Returns:
- minimum value
-
maxFloat
float maxFloat()Returns the maximum value (inclusive).- Returns:
- maximum value
-
min
Description copied from interface:RangeReturns the minimum value (inclusive). -
max
Description copied from interface:RangeReturns the maximum value (inclusive).
-