UInt32.Log10(UInt32) 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::UInt32 Log10(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::Log10;
public static uint Log10(uint value);
static member Log10 : uint32 -> uint32
Public Shared Function Log10 (value As UInteger) As UInteger
Parameters
- value
- UInt32