20 implementations of Radix
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
553
static int INumberBase<byte>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1431
static int INumberBase<char>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1302
static int INumberBase<decimal>.
Radix
=> 10;
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1036
static int INumberBase<double>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1751
static int INumberBase<Half>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1278
static int INumberBase<Int128>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
667
static int INumberBase<short>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
708
static int INumberBase<int>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
705
static int INumberBase<long>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
700
static int INumberBase<nint>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1285
static int INumberBase<NFloat>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
630
static int INumberBase<sbyte>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1033
static int INumberBase<float>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1440
static int INumberBase<UInt128>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
572
static int INumberBase<ushort>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
611
static int INumberBase<uint>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
610
static int INumberBase<ulong>.
Radix
=> 2;
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
613
static int INumberBase<nuint>.
Radix
=> 2;
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
3993
static int INumberBase<BigInteger>.
Radix
=> 2;
System\Numerics\Complex.cs (1)
932
static int INumberBase<Complex>.
Radix
=> 2;
20 references to Radix
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
552
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1430
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1301
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1035
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1750
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1277
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
666
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
707
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
704
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
699
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1284
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
629
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1032
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1439
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
571
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
610
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
609
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
612
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
3992
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
System\Numerics\Complex.cs (1)
931
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />