SqlFunctions.Radians Method
Returns the radian measure corresponding to the specified angle in degrees.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Radians(Nullable<Decimal>) | Returns the radian measure corresponding to the specified angle in degrees. |
|
Radians(Nullable<Double>) | Returns the radian measure corresponding to the specified angle in degrees. |
|
Radians(Nullable<Int32>) | Returns the radian measure corresponding to the specified angle in degrees. |
|
Radians(Nullable<Int64>) | Returns the radian measure corresponding to the specified angle in degrees. |
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 RADIANS (Transact-SQL).