Number
data class Number(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: Double, val value: Double) : StudyParameter
A number parameter of active study Study
Constructors
Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: Double, value: Double)