Half.Log10(Half) Method

Definition

Computes the base-10 logarithm of a value.

public:
 static Half Log10(Half x) = System::Numerics::ILogarithmicFunctions<Half>::Log10;
public static Half Log10 (Half x);
static member Log10 : Half -> Half
Public Shared Function Log10 (x As Half) As Half

Parameters

x
Half

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

Returns

The base-10 logarithm of x.

Implements

Applies to