次の方法で共有


SqlCeFunctions.Exp メソッド

定義

オーバーロード

Exp(Nullable<Decimal>)

指定された float 型の式の指数値を返します。

Exp(Nullable<Double>)

指定された float 型の式の指数値を返します。

Exp(Nullable<Decimal>)

指定された float 型の式の指数値を返します。

[System.Data.Entity.DbFunction("SqlServerCe", "EXP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Exp")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<double> Exp (Nullable<decimal> arg);
static member Exp : Nullable<decimal> -> Nullable<double>
Public Shared Function Exp (arg As Nullable(Of Decimal)) As Nullable(Of Double)

パラメーター

arg
Nullable<Decimal>

入力値。

戻り値

定数 e を入力値で累乗した値。

属性

適用対象

Exp(Nullable<Double>)

指定された float 型の式の指数値を返します。

[System.Data.Entity.DbFunction("SqlServerCe", "EXP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Exp")]
public static Nullable<double> Exp (Nullable<double> arg);
static member Exp : Nullable<double> -> Nullable<double>
Public Shared Function Exp (arg As Nullable(Of Double)) As Nullable(Of Double)

パラメーター

arg
Nullable<Double>

入力値。

戻り値

定数 e を入力値で累乗した値。

属性

適用対象