5 implementations of GetExponentShortestBitLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1132
int IFloatingPoint<decimal>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
702
int IFloatingPoint<double>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1345
int IFloatingPoint<Half>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1013
int IFloatingPoint<NFloat>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
697
int IFloatingPoint<float>.
GetExponentShortestBitLength
()
5 references to GetExponentShortestBitLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1131
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
701
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1344
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1012
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
696
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />