Sqr Function

Applies to TestComplete 15.63, last modified on April 23, 2024

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.

See Also

DelphiScript - List of Supported Routines and Variables
Sqrt

Highlight search results