Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfNumberExt Class / AsFloat Method

In This Topic
    AsFloat Method
    In This Topic
    Converts the IPdfNumber to a float value. Note that this method simply casts the double value to float.
    Syntax
    'Declaration
     
    Public Shared Function AsFloat( _
       ByVal pn As IPdfNumber _
    ) As System.Single
    public static System.float AsFloat( 
       IPdfNumber pn
    )

    Parameters

    pn
    See Also