Int32.Log10(Int32) Method

Definition

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

Returns

Implements

Applies to