[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.Util.GetDouble

GetDouble Method

GetDouble(object)

Converts an object to a double value.

Declaration
public static double GetDouble(object value)
Parameters
Type Name Description
object value

The object to convert.

Returns
Type Description
double

The converted value, or double.NaN if the object could not be converted.

GetDouble(object, double)

Converts an object to a double value.

Declaration
public static double GetDouble(object value, double defaultValue)
Parameters
Type Name Description
object value

The object to convert.

double defaultValue

The default value.

Returns
Type Description
double

The converted value, or defaultValue if the object could not be converted.