KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simulation
/
ModelElement
/
TruncatedRV
Truncated
RV
fun
TruncatedRV
(
distribution
:
InvertibleCDFIfc
,
cdfLL
:
Double
,
cdfUL
:
Double
,
lowerLimit
:
Double
,
upperLimit
:
Double
,
streamNum
:
Int
=
0
,
name
:
String
?
=
null
)
:
TruncatedRV