Syntax :
Sqr ( dblExpression )
dblExpression : Numeric expression of which you want to return the square root
Sqr ( dblExpression )
dblExpression : Numeric expression of which you want to return the square root
Dim dblResult as Double
dblResult = Sqr ( 72 )
This example places the square root of 72 into the variable into the variable dblResult. giving it a value of 8.485281
dblResult = Sqr ( 72 )
This example places the square root of 72 into the variable into the variable dblResult. giving it a value of 8.485281
No comments:
Post a Comment