DoubleParameter

open class DoubleParameter<S>(id: TypedIdentifier<Double>, description: String, min: Double, max: Double) : NumberParameter<S, Double>

Constructors

Link copied to clipboard
constructor(id: TypedIdentifier<Double>, description: String, min: Double, max: Double)

Properties

Link copied to clipboard
open override val description: String
Link copied to clipboard
Link copied to clipboard
open override val id: TypedIdentifier<Double>
Link copied to clipboard
val max: Double
Link copied to clipboard
val min: Double
Link copied to clipboard
open override val size: Size.Fixed
Link copied to clipboard
val toOrNull: String.() -> Double?
Link copied to clipboard
open override val type: ElementType

Functions

Link copied to clipboard
open fun getGroupedSyntax(sender: S): String
Link copied to clipboard
open override fun getSyntax(sender: S): String
Link copied to clipboard
override fun parse(context: ExecutionContext<S>, args: List<String>): Result<out Double>
open override fun parse(context: ExecutionContext<S>, arg0: String): Result<Double>