Sin()

MathF::Sin(float) method

Calculates the sine of the specified value.

static float System::MathF::Sin(float a)

Arguments

ParameterTypeDescription
afloatThe value to calculate the sine of

Return Value

The sine of a

See Also