CashFlow

class CashFlow(rate: Double = 0.1, cashFlows: DoubleArray)

Constructors

Link copied to clipboard
constructor(rate: Double = 0.1, cashFlows: DoubleArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
operator fun CashFlow.get(index: Int): Double
Link copied to clipboard
operator fun CashFlow.set(index: Int, value: Double)
Link copied to clipboard
fun setFlows(cashFlows: DoubleArray)
Link copied to clipboard
open override fun toString(): String