SloWindowsBasedSliMetricSumInRangeRange

data class SloWindowsBasedSliMetricSumInRangeRange(val max: Double? = null, val min: Double? = null)

Constructors

Link copied to clipboard
constructor(max: Double? = null, min: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min"

Link copied to clipboard
val min: Double? = null

Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max"