Edit

UInt128.Log10(UInt128) Method

Definition

public:
 static UInt128 Log10(UInt128 value) = System::Numerics::IBinaryInteger<UInt128>::Log10;
public static UInt128 Log10(UInt128 value);
static member Log10 : UInt128 -> UInt128
Public Shared Function Log10 (value As UInt128) As UInt128

Parameters

value
UInt128

Returns

Implements

Applies to