SqlCeFunctions.Radians 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
Radians(Nullable<Decimal>) |
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés. |
Radians(Nullable<Double>) |
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés. |
Radians(Nullable<Int32>) |
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés. |
Radians(Nullable<Int64>) |
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés. |
Radians(Nullable<Decimal>)
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés.
[System.Data.Entity.DbFunction("SqlServerCe", "RADIANS")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<decimal> Radians (Nullable<decimal> arg);
static member Radians : Nullable<decimal> -> Nullable<decimal>
Public Shared Function Radians (arg As Nullable(Of Decimal)) As Nullable(Of Decimal)
Paramètres
Retours
Mesure en radians de l'angle spécifié.
- Attributs
S’applique à
Radians(Nullable<Double>)
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés.
[System.Data.Entity.DbFunction("SqlServerCe", "RADIANS")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Radians (Nullable<double> arg);
static member Radians : Nullable<double> -> Nullable<double>
Public Shared Function Radians (arg As Nullable(Of Double)) As Nullable(Of Double)
Paramètres
Retours
Mesure en radians de l'angle spécifié.
- Attributs
S’applique à
Radians(Nullable<Int32>)
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés.
[System.Data.Entity.DbFunction("SqlServerCe", "RADIANS")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<int> Radians (Nullable<int> arg);
static member Radians : Nullable<int> -> Nullable<int>
Public Shared Function Radians (arg As Nullable(Of Integer)) As Nullable(Of Integer)
Paramètres
Retours
Mesure en radians de l'angle spécifié.
- Attributs
S’applique à
Radians(Nullable<Int64>)
Retourne la mesure en radians qui correspond à l'angle spécifié en degrés.
[System.Data.Entity.DbFunction("SqlServerCe", "RADIANS")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<long> Radians (Nullable<long> arg);
static member Radians : Nullable<int64> -> Nullable<int64>
Public Shared Function Radians (arg As Nullable(Of Long)) As Nullable(Of Long)
Paramètres
Retours
Mesure en radians de l'angle spécifié.
- Attributs