UInt64.Log10(UInt64) Method

Definition

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

Parameters

value
UInt64

Returns

Implements

Applies to