ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _NativeExtension Class / _toNonNullNumber Method

In This Topic
    _toNonNullNumber Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _toNonNullNumber( _
       ByVal value As Nullable(Of Double), _
       ByVal defaultValue As Double _
    ) As Double
    public static double _toNonNullNumber( 
       Nullable<double> value,
       double defaultValue
    )

    Parameters

    value
    defaultValue
    See Also