Sin()

Math::Sin(double) method

Calculates the sine of the specified value.

static double System::Math::Sin(double a)

Arguments

ParameterTypeDescription
adoubleThe value to calculate the sine of

Return Value

The sine of a

See Also