Log10()

Math::Log10(double) method

Returns the base-10 logarithm of the specified value.

static double System::Math::Log10(double d)

Arguments

ParameterTypeDescription
ddoubleA double-precision floating point value

Return Value

The base-10 logarithm of d

See Also