Log10()

MathF::Log10(float) method

Returns the base-10 logarithm of the specified value.

static float System::MathF::Log10(float x)

Arguments

ParameterTypeDescription
xfloatA float-precision floating point value

Return Value

The base-10 logarithm of d

See Also