Int32.Log10(Int32) 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 int Log10(int value) = System::Numerics::IBinaryInteger<int>::Log10;
public static int Log10(int value);
static member Log10 : int -> int
Public Shared Function Log10 (value As Integer) As Integer
Parameters
- value
- Int32