public Bond ( IReadOnlyMatrixSlice dynamic, double dates, int i, double t, double s ) : double | ||
dynamic | IReadOnlyMatrixSlice | /// The simulated process. /// |
dates | double | /// The vector of reference dates. /// |
i | int | /// The index at which the state variables must be sampled. /// |
t | double | /// The date in years/fractions at at which the state variables must be sampled. /// |
s | double | /// The maturity of the bond. /// |
return | double |