25 implementations of Radix
System.Private.CoreLib (22)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
548static int INumberBase<byte>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1485static int INumberBase<char>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1273static int INumberBase<decimal>.Radix => 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1054static int INumberBase<double>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1801static int INumberBase<Half>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1264static int INumberBase<Int128>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
648static int INumberBase<short>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
690static int INumberBase<int>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
687static int INumberBase<long>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
710static int INumberBase<nint>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1390static int INumberBase<BFloat16>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1283static int INumberBase<Decimal128>.Radix => 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1294static int INumberBase<Decimal32>.Radix => 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1287static int INumberBase<Decimal64>.Radix => 10;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1212static int INumberBase<NFloat>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
627static int INumberBase<sbyte>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1049static int INumberBase<float>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1473static int INumberBase<UInt128>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
553static int INumberBase<ushort>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
618static int INumberBase<uint>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
625static int INumberBase<ulong>.Radix => 2;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
624static int INumberBase<nuint>.Radix => 2;
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (1)
4115static int INumberBase<BigInteger>.Radix => 2;
System\Numerics\Complex.cs (1)
517static int INumberBase<Complex>.Radix => 2;
System\Numerics\Complex.Generic.cs (1)
1182static 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" /> 1182static int INumberBase<Complex<T>>.Radix => T.Radix;