SqlFunctions.Cot Method
A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Name | Description | |
---|---|---|
![]() ![]() | Cot(Nullable<Decimal>) | A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. |
![]() ![]() | Cot(Nullable<Double>) | A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. |
SqlFunctions.Cot Method (Nullable<Decimal>)
A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServer", "COT")] public static Nullable<double> Cot( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
An angle, measured in radians.
SqlFunctions.Cot Method (Nullable<Double>)
A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
[DbFunctionAttribute("SqlServer", "COT")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Cot( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
An angle, measured in radians.