Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FixedPoint Class / RealNumber Property


In This Topic
    RealNumber Property
    In This Topic
    Value of the real number = Integral + ( Fractional / 65536.0 )
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RealNumber As Single
    'Usage
     
    
    Dim instance As FixedPoint
    Dim value As Single
     
    value = instance.RealNumber
    public float RealNumber {get;}
    See Also