SqlCeFunctions.Atan Method

 

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

Namespace:   System.Data.Entity.SqlServerCompact
Assembly:  EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.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.


SqlCeFunctions.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.

[DbFunctionAttribute("SqlServerCe", "ATAN")]
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
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.


SqlCeFunctions.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("SqlServerCe", "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.