Xojo.Math.Sin

From Xojo Documentation

Method

Xojo.Math.Sin(value As Double) As Double

Supported for all project types and targets.

Returns the sine of the specified value.

Sample Code

Calculate the sine:

Using Xojo.Math

Dim d As Double
d = Sin(0.5)