2 implementations of Log10
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1233
static char IBinaryInteger<char>.
Log10
(char value) => (char)uint.Log10(value);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
3336
static BigInteger IBinaryInteger<BigInteger>.
Log10
(BigInteger value)
14 references to Log10
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
278
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1232
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
723
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
281
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
297
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
294
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
327
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
284
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1019
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
275
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
292
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
291
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
323
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
3335
/// <inheritdoc cref="IBinaryInteger{TSelf}.
Log10
(TSelf)" />