WebCab Bonds Web Services for .NET v2.01

Interest.DepositContinuouslyCompoundedWithExplicitTime Method 

Calculates the returns from a fixed interest bearing investment which is continuously compounded.

public double DepositContinuouslyCompoundedWithExplicitTime(
   double interest,
   double years,
   double deposit
);

Parameters

interest
The fixed interest rate of the investment given in decimal format (i.e. 1 percent = 0.01).
years
The number of years over which the investment is held.
deposit
The amount which is invested.

Return Value

The value to which the fixed interest investment has accumulated to after years years.

See Also

Interest Class | BasicBonds Namespace