Business And Finance Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all business and finance routines used in the Delphi run-time library.

Routine Description

System.Math.DoubleDecliningBalance

Calculates the depreciation of an asset using the double-declining balance method.

System.Math.FutureValue

Calculates the future value of an investment.

System.Math.InterestPayment

Calculates the interest portion of a loan payment.

System.Math.InterestRate

Returns the interest rate required to increase PresentValue to FutureValue.

System.Math.InternalRateOfReturn

Calculates the internal rate of return for an investment.

System.Math.MeanAndStdDev

Calculates the mean and standard deviation of array elements.

System.Math.MomentSkewKurtosis

Calculates the mean, variance, skew, and kurtosis.

System.Math.NetPresentValue

Calculates the current value from an array of estimated cash flow values.

System.Math.Norm

Returns the Euclidean 'L-2' norm.

System.Math.NumberOfPeriods

Returns the number of payment periods for an investment.

System.Math.Payment

Calculates a fully amortized payment.

System.Math.PeriodPayment

Returns the principal amount from a full payment.

System.Math.Poly

Evaluates a uniform polynomial of one variable at the value X.

System.Math.PopnStdDev

Calculates the population standard deviation.

System.Math.PopnVariance

Calculates the population variance.

System.Math.PresentValue

Calculates the present value of an investment.

System.Math.SLNDepreciation

Returns the straight-line depreciation allowance of an asset.

System.Math.StdDev

Returns the sample standard deviation for elements in an array.

System.Math.SYDDepreciation

Calculates depreciation for an asset.

System.Math.TotalVariance

Returns the statistical variance from an array of values.

System.Math.Variance

Calculates statistical sample variance from an array of data.



See Also