SqlFunctions.Degrees 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定角度(弧度)的相应角度(度)。
重载
Degrees(Nullable<Int64>) |
返回指定角度(弧度)的相应角度(度)。 |
Degrees(Nullable<Int32>) |
返回指定角度(弧度)的相应角度(度)。 |
Degrees(Nullable<Double>) |
返回指定角度(弧度)的相应角度(度)。 |
Degrees(Nullable<Decimal>) |
返回指定角度(弧度)的相应角度(度)。 |
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。 有关相应SQL Server函数的信息,请参阅 DEGREES (Transact-SQL) 。
Degrees(Nullable<Int64>)
返回指定角度(弧度)的相应角度(度)。
public:
static Nullable<long> Degrees(Nullable<long> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static long? Degrees (long? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<int64> -> Nullable<int64>
Public Shared Function Degrees (arg1 As Nullable(Of Long)) As Nullable(Of Long)
参数
返回
转换为度数的指定角。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。 有关相应SQL Server函数的信息,请参阅 DEGREES (Transact-SQL) 。
适用于
Degrees(Nullable<Int32>)
返回指定角度(弧度)的相应角度(度)。
public:
static Nullable<int> Degrees(Nullable<int> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static int? Degrees (int? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<int> -> Nullable<int>
Public Shared Function Degrees (arg1 As Nullable(Of Integer)) As Nullable(Of Integer)
参数
返回
转换为度数的指定角。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。 有关相应SQL Server函数的信息,请参阅 DEGREES (Transact-SQL) 。
适用于
Degrees(Nullable<Double>)
返回指定角度(弧度)的相应角度(度)。
public:
static Nullable<double> Degrees(Nullable<double> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static double? Degrees (double? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<double> -> Nullable<double>
Public Shared Function Degrees (arg1 As Nullable(Of Double)) As Nullable(Of Double)
参数
返回
转换为度数的指定角。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。 有关相应SQL Server函数的信息,请参阅 DEGREES (Transact-SQL) 。
适用于
Degrees(Nullable<Decimal>)
返回指定角度(弧度)的相应角度(度)。
public:
static Nullable<System::Decimal> Degrees(Nullable<System::Decimal> arg1);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")]
public static decimal? Degrees (decimal? arg1);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "DEGREES")>]
static member Degrees : Nullable<decimal> -> Nullable<decimal>
Public Shared Function Degrees (arg1 As Nullable(Of Decimal)) As Nullable(Of Decimal)
参数
返回
转换为度数的指定角。
- 属性
注解
不能直接调用此函数。 此函数只能出现在 LINQ to Entities 查询中。
此函数将转换为数据库中的相应函数。 有关相应SQL Server函数的信息,请参阅 DEGREES (Transact-SQL) 。