Decimal Math.Cos Method
Returns the cosine of the specified angle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The cosine of value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static decimal Cos(
decimal value
)
Parameters
- value Decimal
- An angle, measured in radians.
Return Value
DecimalThe cosine of value.