The Sqr
function returns the square of a number.
Declaration
Sqr(Value)
Parameters
Value | [in] | Required | Float | |
Result | Float |
Description
Returns the square of the specified number.
Parameters
The procedure has the following parameter:
Value
Specifies the number to be squared.
Return Value
A float value that holds the squared number. If Value is empty, Sqr
returns 0.