ContinuousNormalRange
class ContinuousNormalRange<ValueType : Comparable<ValueType>>(lowerLimit: LimitValue<ValueType>?, upperLimit: LimitValue<ValueType>?, cameText: String = "", wentText: String = "") : ContinuousBasicAlertRange<ValueType>
Constructors
Link copied to clipboard
constructor(lowerLimit: LimitValue<ValueType>?, upperLimit: LimitValue<ValueType>?, cameText: String = "", wentText: String = "")