SqlCeFunctions.Cot Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Cot(Nullable<Double>) |
Fonction mathématique qui retourne la cotangente trigonométrique de l'angle spécifié, en radians. |
Cot(Nullable<Decimal>) |
Fonction mathématique qui retourne la cotangente trigonométrique de l'angle spécifié, en radians. |
Cot(Nullable<Double>)
Fonction mathématique qui retourne la cotangente trigonométrique de l'angle spécifié, en radians.
[System.Data.Entity.DbFunction("SqlServerCe", "COT")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Cot (Nullable<double> arg);
static member Cot : Nullable<double> -> Nullable<double>
Public Shared Function Cot (arg As Nullable(Of Double)) As Nullable(Of Double)
Paramètres
Retours
Cotangente trigonométrique de l'angle spécifié.
- Attributs
S’applique à
Cot(Nullable<Decimal>)
Fonction mathématique qui retourne la cotangente trigonométrique de l'angle spécifié, en radians.
[System.Data.Entity.DbFunction("SqlServerCe", "COT")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Cot (Nullable<decimal> arg);
static member Cot : Nullable<decimal> -> Nullable<double>
Public Shared Function Cot (arg As Nullable(Of Decimal)) As Nullable(Of Double)
Paramètres
Retours
Cotangente trigonométrique de l'angle spécifié.
- Attributs