Returns the base 10 logarithm of the specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Log10(
T value
)
Public Shared Function Log10 (
value As T
) As T
public:
static T Log10(
T value
)
static member Log10 :
value : 'T -> 'T
Parameters
- value
- Type: T
Return Value
Type:
T
Reference