UInt64.Log10(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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