Method

Xojo.Math.Sin


Warning

This item was deprecated in version 2020r2. Please use Sin as a replacement.

Description

Returns the sine of the specified value.

Sample code

Calculate the sine:

Using Xojo.Math

Dim d As Double
d = Sin(0.5)

Compatibility

All project types on all supported operating systems.