21 implementations of Radix
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
553static int INumberBase<byte>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1483static int INumberBase<char>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1303static int INumberBase<decimal>.Radix => 10;
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1038static int INumberBase<double>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1747static int INumberBase<Half>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1279static int INumberBase<Int128>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
667static int INumberBase<short>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
708static int INumberBase<int>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
705static int INumberBase<long>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
718static int INumberBase<nint>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1390static int INumberBase<BFloat16>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1285static int INumberBase<NFloat>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
630static int INumberBase<sbyte>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1035static int INumberBase<float>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1445static int INumberBase<UInt128>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
572static int INumberBase<ushort>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
611static int INumberBase<uint>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
610static int INumberBase<ulong>.Radix => 2;
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
626static int INumberBase<nuint>.Radix => 2;
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
3814static int INumberBase<BigInteger>.Radix => 2;
System\Numerics\Complex.cs (1)
942static int INumberBase<Complex>.Radix => 2;
21 references to Radix
System.Private.CoreLib (19)
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)
1482/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1302/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1037/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1746/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1278/// <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)
717/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1389/// <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)
1034/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1444/// <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)
625/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
3813/// <inheritdoc cref="INumberBase{TSelf}.Radix" />
System\Numerics\Complex.cs (1)
941/// <inheritdoc cref="INumberBase{TSelf}.Radix" />