SqlFunctions.Log10 Method
.NET Framework 4.5
Returns the base-10 logarithm of the specified input value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
You cannot call this function directly. This function can only appear within a LINQ to Entities query.
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see LOG10 (Transact-SQL).