Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the constant depreciation amount for the specified asset for each depreciation period.
Syntax
client server public static real straightLineDepreciation(
real price,
real scrap,
real life)
Run On
Called
Parameters
- price
Type: real
The purchase price of the asset.
- scrap
Type: real
The scrap value of the asset.
- life
Type: real
The number of periods in the expected life of the asset.
Return Value
Type: real
The depreciation amount.
Remarks
This method is a rename of the sln method.