SqlCeFunctions.Log Method
Returns the natural logarithm of the specified input value.
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Name | Description | |
---|---|---|
![]() ![]() | Log(Nullable<Decimal>) | Returns the natural logarithm of the specified input value. |
![]() ![]() | Log(Nullable<Double>) | Returns the natural logarithm of the specified input value. |
SqlCeFunctions.Log Method (Nullable<Decimal>)
Returns the natural logarithm of the specified input value.
[DbFunctionAttribute("SqlServerCe", "LOG")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Log( Nullable<decimal> arg )
Parameters
- arg
-
Type:
System.Nullable<Decimal>
A numeric expression.
SqlCeFunctions.Log Method (Nullable<Double>)
Returns the natural logarithm of the specified input value.
[DbFunctionAttribute("SqlServerCe", "LOG")] [SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] public static Nullable<double> Log( Nullable<double> arg )
Parameters
- arg
-
Type:
System.Nullable<Double>
A numeric expression.