convert::to-double

Obsolete. Use type-specific conversion functions instead.
Converts the argument to double
double convert::to-double(value)

Parameters

Name Type Description
value double The value to be converted.

Return Value

value converted to double. The function fails with an exception when the conversion is not possible.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions