Int64.Log10(Int64) 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 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