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


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

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.RoundUpFunctionInfo

    See Also