FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FixedFunctionInfo Class
Members


FixedFunctionInfo Class
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
Inheritance Hierarchy

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

See Also