Search w3schools.com:

SHARE THIS PAGE

VBScript CDbl Function


VBScript Reference Complete VBScript Reference

The CDbl function converts an expression to type Double.

The expression must be a numeric value.

Syntax

CDbl(expression)

Parameter Description
expression Required. Any valid expression

Examples

Example 1

<script type="text/vbscript">

document.write(CDbl(134.345) & "<br />")

</script>

The output of the code above will be:

134.345

Try it yourself »

Example 2

<script type="text/vbscript">

document.write(CDbl(14111111113353355.345455) & "<br />")

</script>

The output of the code above will be:

1.41111111133534E+16

Try it yourself »

VBScript Reference Complete VBScript Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]