7 implementations of IUnsignedNumber
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
24
IUnsignedNumber
<byte>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
30
IUnsignedNumber
<char>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
22
IUnsignedNumber
<UInt128>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
26
IUnsignedNumber
<ushort>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
26
IUnsignedNumber
<uint>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
26
IUnsignedNumber
<ulong>,
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
35
IUnsignedNumber
<nuint>,
14 references to IUnsignedNumber
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Rounding.cs (1)
207
where TUInt : unmanaged, IBinaryInteger<TUInt>,
IUnsignedNumber
<TUInt>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
600
where TInteger : unmanaged, IBinaryInteger<TInteger>,
IUnsignedNumber
<TInteger>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IUnsignedNumber.cs (1)
10
where TSelf :
IUnsignedNumber
<TSelf>?
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
75
where T : struct,
IUnsignedNumber
<T>
100
where T : struct,
IUnsignedNumber
<T>
142
where T : struct,
IUnsignedNumber
<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (7)
3857
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3861
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3866
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
3884
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
4023
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
4027
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
4031
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
414
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IUnsignedNumber
<>))]