Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteFloat Method / WriteFloat(Single,Int32) Method

In This Topic
    WriteFloat(Single,Int32) Method
    In This Topic
    Writes a float value.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteFloat( _
       ByVal value As System.Single, _
       Optional ByVal decimalPlaces As System.Integer _
    ) 
    public void WriteFloat( 
       System.float value,
       System.int decimalPlaces
    )

    Parameters

    value
    decimalPlaces
    See Also