Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FixedPoint Class
Members


FixedPoint Class
Specifies an approximation of a real number, where the approximation has a fixed number of digits after the radix point. Value of the real number = Integral + ( Fractional / 65536.0 )
Syntax
'Declaration
 
Public Class FixedPoint 
   Implements IBiff8Structure 
 
'Usage
 
Dim instance As FixedPoint
Inheritance Hierarchy

System.Object
   FarPoint.Excel.FixedPoint

See Also