KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.supplychain.spec
/
RVSpec
/
Triangular
Triangular
@
Serializable
@
SerialName
(
value
=
"triangular"
)
data
class
Triangular
(
val
min
:
Double
,
val
mode
:
Double
,
val
max
:
Double
,
val
stream
:
Int
)
:
RVSpec
(
source
)
Triangular with the given
min
,
mode
,
max
and
stream
.
Members
Constructors
Triangular
Link copied to clipboard
constructor
(
min
:
Double
,
mode
:
Double
,
max
:
Double
,
stream
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Double
min
Link copied to clipboard
val
min
:
Double
mode
Link copied to clipboard
val
mode
:
Double
stream
Link copied to clipboard
val
stream
:
Int