SqlFunctions.Atan Method
A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Atan(Nullable<Decimal>) | A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. |
|
Atan(Nullable<Double>) | A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. |
You cannot call this function directly. This function can only appear within a LINQ to Entities query.
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see ATAN (Transact-SQL).