ILogarithmicFunctions<TSelf>.Log10(TSelf) Method

Definition

Computes the base-10 logarithm of a value.

C#
public static abstract TSelf Log10(TSelf x);

Parameters

x
TSelf

The value whose base-10 logarithm is to be computed.

Returns

TSelf

The base-10 logarithm of x.

Applies to

Product Versions
.NET 7, 8, 9, 10