Creates Dividend instance.
Namespace:
FinMath.Derivatives
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public Dividend(
double dividendsAmount,
double timeToPayment
)
Parameters
- dividendsAmount
- Type: SystemDouble
Amount of dividends. - timeToPayment
- Type: SystemDouble
Time to dividend payment.
See Also