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


In This Topic
    RoundDownFunctionInfo Class
    In This Topic
    Rounds the specified number down to the nearest number, using the specified number of decimal places.
    Syntax
    'Declaration
     
    
    Public Class RoundDownFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As RoundDownFunctionInfo
    public class RoundDownFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.RoundDownFunctionInfo

    See Also