Cos()

Math::Cos(double) method

Calculates the cosine of the specified value.

static double System::Math::Cos(double d)

Arguments

ParameterTypeDescription
ddoubleThe value to calculate the cosine of

Return Value

The cosine of d

See Also