25 implementations of Radix
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
548
static int INumberBase<byte>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1485
static int INumberBase<char>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1273
static int INumberBase<decimal>.
Radix
=> 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1054
static int INumberBase<double>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1801
static int INumberBase<Half>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1264
static int INumberBase<Int128>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
648
static int INumberBase<short>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
690
static int INumberBase<int>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
687
static int INumberBase<long>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
710
static int INumberBase<nint>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1390
static int INumberBase<BFloat16>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1283
static int INumberBase<Decimal128>.
Radix
=> 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1294
static int INumberBase<Decimal32>.
Radix
=> 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1287
static int INumberBase<Decimal64>.
Radix
=> 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1212
static int INumberBase<NFloat>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
627
static int INumberBase<sbyte>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1049
static int INumberBase<float>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1473
static int INumberBase<UInt128>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
553
static int INumberBase<ushort>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
618
static int INumberBase<uint>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
625
static int INumberBase<ulong>.
Radix
=> 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
624
static int INumberBase<nuint>.
Radix
=> 2;
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (1)
4115
static int INumberBase<BigInteger>.
Radix
=> 2;
System\Numerics\Complex.cs (1)
517
static int INumberBase<Complex>.
Radix
=> 2;
System\Numerics\Complex.Generic.cs (1)
1182
static int INumberBase<Complex<T>>.
Radix
=> T.Radix;
26 references to Radix
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
547
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1484
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1272
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1053
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1800
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1263
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
647
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
689
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
686
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
709
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1389
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1282
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1293
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1286
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1211
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
626
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1048
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1472
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
552
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
617
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
624
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
623
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (1)
4114
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
System\Numerics\Complex.cs (1)
516
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
System\Numerics\Complex.Generic.cs (2)
1181
/// <inheritdoc cref="INumberBase{TSelf}.
Radix
" />
1182
static int INumberBase<Complex<T>>.Radix => T.
Radix
;