Domain.AssetDecreciation.DecreciateLinearyMethod C# (CSharp) Méthode

DecreciateLinearyMethod() public méthode

public DecreciateLinearyMethod ( ) : void
Résultat void
        public void DecreciateLinearyMethod()
        {
            DecreciationValue =
                DecreciationPurchasePrice - DecreciationScrapValue / DecreciationLifeSpan;
            // DO STUFF
        }
        public void DecreciateBalanceMethod()