DecimalMath.Cos Method

Returns the cosine of the specified angle.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static decimal Cos(
	decimal value
)

Parameters

value  Decimal
An angle, measured in radians.

Return Value

Decimal
The cosine of value.

See Also