Sin Function

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

The Sin function returns the sine of an angle.

Declaration

Sin(AngleValue) Parameters
AngleValue [in] Required Float
Result     Float  

Description

Returns the sine of the angle specified in radians.

Parameters

The procedure has the following parameter:

AngleValue

Specifies the angle in radians.

Return Value

A float value that holds the sine of the specified angle. If AngleValue is empty, Sin returns 0.

See Also

DelphiScript - List of Supported Routines and Variables
Cos

Highlight search results