Calculates the depreciation of an asset using the double-declining balance method.
function DoubleDecliningBalance(const Cost: Extended; const Salvage: Extended; Life: Integer; Period: Integer): Extended;
Extended DoubleDecliningBalance(const Extended Cost, const Extended Salvage, int Life, int Period);
DoubleDecliningBalance determines accelerated depreciation values for an asset, given the initial cost, life expectancy, end value, and depreciation period.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|