次の方法で共有


SqlCeFunctions.Log メソッド

定義

オーバーロード

Log(Nullable<Decimal>)

指定された入力値の自然対数を返します。

Log(Nullable<Double>)

指定された入力値の自然対数を返します。

Log(Nullable<Decimal>)

指定された入力値の自然対数を返します。

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

パラメーター

arg
Nullable<Decimal>

任意の数式を指定します。

戻り値

入力値の自然対数。

属性

適用対象

Log(Nullable<Double>)

指定された入力値の自然対数を返します。

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

パラメーター

arg
Nullable<Double>

任意の数式を指定します。

戻り値

入力値の自然対数。

属性

適用対象