System.Math.DoubleDecliningBalance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoubleDecliningBalance(const Cost, Salvage: Extended; Life, Period: Integer): Extended;

C++

extern DELPHI_PACKAGE System::Extended __fastcall DoubleDecliningBalance(const System::Extended Cost, const System::Extended Salvage, int Life, int Period);

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

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

DoubleDecliningBalance determines accelerated depreciation values for an asset, given the initial cost, life expectancy, end value, and depreciation period.

See Also