SLN

This method specifies the straight-line depreciation of an asset for a single period.

Syntax

financial.SLN(cost, salvage, life)

Parameters

financial
Required. Reference to a Financial control.
cost
Required. Variant that specifies the initial cost of the asset.
salvage
Required. Variant that specifies the value of the asset at the end of its useful life.
life
Required. Variant that specifies the length of the useful life of the asset.

Return Value

Result of the SLN calculation.

Remarks

The depreciation period must be expressed in the same unit as the life parameter. All parameters must be positive numbers.