Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RoundFunctionInfo Class
Members


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

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.RoundFunctionInfo

    See Also