Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetDouble Method / GetDouble(String,Double) Method

In This Topic
    GetDouble(String,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetDouble( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Double _
    ) As System.Double
    public System.double GetDouble( 
       System.string path,
       System.double defaultValue
    )

    Parameters

    path
    defaultValue
    See Also