KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.misc
/
CashFlow
Cash
Flow
class
CashFlow
(
rate
:
Double
=
0.1
,
cashFlows
:
DoubleArray
)
Members
Constructors
Cash
Flow
Link copied to clipboard
constructor
(
rate
:
Double
=
0.1
,
cashFlows
:
DoubleArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
annual
Worth
Link copied to clipboard
val
annualWorth
:
Double
future
Worth
Link copied to clipboard
val
futureWorth
:
Double
interest
Rate
Link copied to clipboard
var
interestRate
:
Double
present
Worth
Link copied to clipboard
val
presentWorth
:
Double
size
Link copied to clipboard
val
size
:
Int
Functions
get
Link copied to clipboard
operator
fun
CashFlow
.
get
(
index
:
Int
)
:
Double
set
Link copied to clipboard
operator
fun
CashFlow
.
set
(
index
:
Int
,
value
:
Double
)
set
Flows
Link copied to clipboard
fun
setFlows
(
cashFlows
:
DoubleArray
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String