DoubleRange

annotation class DoubleRange(val from: Double, val to: Double)(source)

Sets the minimum and maximum values on the specified @SlashOption.

Note: This is only for floating point number types!

See also

Properties

Link copied to clipboard

The minimum value of this parameter (included)

Link copied to clipboard
val to: Double

The maximum value of this parameter (included)