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.