System.Math.DoubleDecliningBalance

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calcule l'amortissement d'un actif à l'aide de la méthode dégressive double.

DoubleDecliningBalance détermine l'amortissement accéléré pour un actif, à partir de son coût initial, de sa durée de vie, de sa valeur résiduelle et de sa période d'amortissement.

Voir aussi