Log10()
Math::Log10(double) method
Returns the base-10 logarithm of the specified value.
static double System::Math::Log10(double d)
Arguments
| Parameter | Type | Description |
|---|---|---|
| d | double | A double-precision floating point value |
Return Value
The base-10 logarithm of d
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides