[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDbl

CDbl Method

CDbl(List<IExpression>)

Converts the specified string representation of a logical value to its double equivalent.

Declaration
public static object CDbl(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source

The value to convert.

Returns
Type Description
object