Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlFloat Class / RdlFloat Constructor / RdlFloat Constructor(Double)
The double constant.

In This Topic
    RdlFloat Constructor(Double)
    In This Topic
    Initializes a new instance of the RdlFloat class with a constant value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Double _
    )
    public RdlFloat( 
       double value
    )

    Parameters

    value
    The double constant.
    See Also