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


In This Topic
    FixedFunctionInfo Class
    In This Topic
    Rounds a number to the specified number of decimals, formats the number in decimal format using a period and commas, and returns the result as text.
    Syntax
    'Declaration
     
    
    Public Class FixedFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As FixedFunctionInfo
    public class FixedFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.FixedFunctionInfo

    See Also