AIParam

annotation class AIParam(val description: String, val min: Double = Double.NEGATIVE_INFINITY, val max: Double = Double.POSITIVE_INFINITY)

Properties

Link copied to clipboard
Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double