Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FixedPoint Class
Members


In This Topic
    FixedPoint Class
    In This Topic
    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
    public class FixedPoint : IBiff8Structure  
    Inheritance Hierarchy

    System.Object
       FarPoint.Excel.FixedPoint

    See Also