Int64.Log10(Int64) Method

Definition

public:
 static long Log10(long value) = System::Numerics::IBinaryInteger<long>::Log10;
public static long Log10(long value);
static member Log10 : int64 -> int64
Public Shared Function Log10 (value As Long) As Long

Parameters

value
Int64

Returns

Implements

Applies to