SqlFunctions.Atan Method

 

Returns the arctangent of the specified value.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAtan(Nullable<Decimal>)

A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.

System_CAPS_pubmethodSystem_CAPS_staticAtan(Nullable<Double>)

A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.


SqlFunctions.Atan Method (Nullable<Decimal>)

A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.

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

Parameters

arg
Type: System.Nullable<Decimal>

The tangent of an angle.

Return Value

Type: System.Nullable<Double>

An angle, measured in radians.


SqlFunctions.Atan Method (Nullable<Double>)

A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.

[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
[DbFunctionAttribute("SqlServer", "ATAN")]
public static Nullable<double> Atan(
	Nullable<double> arg
)

Parameters

arg
Type: System.Nullable<Double>

The tangent of an angle.

Return Value

Type: System.Nullable<Double>

An angle, measured in radians.