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