SqlFunctions.Cot Método
Definição
Uma função matemática que retorna a cotangente trigonométrica do ângulo especificado, em radianos.A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
Sobrecargas
| Cot(Nullable<Double>) |
Uma função matemática que retorna a cotangente trigonométrica do ângulo especificado, em radianos.A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. |
| Cot(Nullable<Decimal>) |
Uma função matemática que retorna a cotangente trigonométrica do ângulo especificado, em radianos.A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. |
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database. Para obter informações sobre a função de SQL Server correspondente, consulte COT (Transact-SQL).For information about the corresponding SQL Server function, see COT (Transact-SQL).
Cot(Nullable<Double>)
Uma função matemática que retorna a cotangente trigonométrica do ângulo especificado, em radianos.A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
public:
static Nullable<double> Cot(Nullable<double> arg);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "COT")]
public static double? Cot (double? arg);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "COT")>]
static member Cot : Nullable<double> -> Nullable<double>
Public Shared Function Cot (arg As Nullable(Of Double)) As Nullable(Of Double)
Parâmetros
Retornos
A cotangente trigonométrica do ângulo especificado.The trigonometric cotangent of the specified angle.
- Atributos
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database. Para obter informações sobre a função de SQL Server correspondente, consulte COT (Transact-SQL).For information about the corresponding SQL Server function, see COT (Transact-SQL).
Aplica-se a
Cot(Nullable<Decimal>)
Uma função matemática que retorna a cotangente trigonométrica do ângulo especificado, em radianos.A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.
public:
static Nullable<double> Cot(Nullable<System::Decimal> arg);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "COT")]
public static double? Cot (decimal? arg);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "COT")>]
static member Cot : Nullable<decimal> -> Nullable<double>
Public Shared Function Cot (arg As Nullable(Of Decimal)) As Nullable(Of Double)
Parâmetros
Retornos
A cotangente trigonométrica do ângulo especificado.The trigonometric cotangent of the specified angle.
- Atributos
Comentários
Você não pode chamar essa função diretamente.You cannot call this function directly. Essa função só pode aparecer dentro de uma consulta LINQ to Entities.This function can only appear within a LINQ to Entities query.
Essa função é convertida em uma função correspondente no banco de dados.This function is translated to a corresponding function in the database. Para obter informações sobre a função de SQL Server correspondente, consulte COT (Transact-SQL).For information about the corresponding SQL Server function, see COT (Transact-SQL).