KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
atLeast
at
Least
fun
atLeast
(
minimum
:
Double
,
initial
:
Double
,
name
:
String
?
=
null
)
:
ReadWriteProperty
<
Any
?
,
Double
>
(
source
)
Inclusive lower bound: value must be >=
minimum
.