System.Math.DoubleDecliningBalance

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

倍額定率法を用いて資産の減価償却額を計算します。

DoubleDecliningBalance は、初期原価、耐用年数、最終価額、減価償却期間が指定されたとき、資産の加速型減価償却値を決定します。

関連項目