bounds

@JvmName(name = "wvxtrcfaowiqjdoa")
suspend fun bounds(value: Output<List<Double>>)
@JvmName(name = "hghiigetcupjncla")
suspend fun bounds(value: List<Double>)

Parameters

value

The values must be monotonically increasing.


@JvmName(name = "ekoyttmgragjxtkf")
suspend fun bounds(vararg values: Output<Double>)


@JvmName(name = "xkjwnywxrfsucfbw")
suspend fun bounds(values: List<Output<Double>>)
@JvmName(name = "iqiaasamtmkhswnt")
suspend fun bounds(vararg values: Double)

Parameters

values

The values must be monotonically increasing.