SqlCeFunctions.Cos Method
Returns the trigonometric cosine of the specified angle, in radians, in the specified expression.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Cos(Nullable<Decimal>) | Returns the trigonometric cosine of the specified angle, in radians, in the specified expression. |
![]() ![]() | Cos(Nullable<Double>) | Returns the trigonometric cosine of the specified angle, in radians, in the specified expression. |
SqlCeFunctions.Cos Method (Nullable<Decimal>)
Returns the trigonometric cosine of the specified angle, in radians, in the specified expression.
[DbFunctionAttribute("SqlServerCe", "COS")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Cos( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
An angle, measured in radians.
SqlCeFunctions.Cos Method (Nullable<Double>)
Returns the trigonometric cosine of the specified angle, in radians, in the specified expression.
[DbFunctionAttribute("SqlServerCe", "COS")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Cos( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
An angle, measured in radians.