SqlCeFunctions.Cot Method

 

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.

Namespace:   System.Data.Entity.SqlServerCompact
Assembly:  EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCot(Nullable<Decimal>)

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.

System_CAPS_pubmethodSystem_CAPS_staticCot(Nullable<Double>)

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.


SqlCeFunctions.Cot Method (Nullable<Decimal>)

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.

[DbFunctionAttribute("SqlServerCe", "COT")]
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
public static Nullable<double> Cot(
	Nullable<decimal> arg
)

Parameters

arg
Type: System.Nullable<Decimal>

An angle, measured in radians.

Return Value

Type: System.Nullable<Double>

The trigonometric cotangent of the specified angle.


SqlCeFunctions.Cot Method (Nullable<Double>)

A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.

[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
[DbFunctionAttribute("SqlServerCe", "COT")]
public static Nullable<double> Cot(
	Nullable<double> arg
)

Parameters

arg
Type: System.Nullable<Double>

An angle, measured in radians.

Return Value

Type: System.Nullable<Double>

The trigonometric cotangent of the specified angle.