Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DdbFunctionInfo Class
Members


In This Topic
    DdbFunctionInfo Class
    In This Topic
    Returns the depreciation of an asset for a specified period using the double-declining balance method or another method you specify.
    Syntax
    'Declaration
     
    
    Public Class DdbFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As DdbFunctionInfo
    public class DdbFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.DdbFunctionInfo

    See Also