6 implementations of GetExponentShortestBitLength
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1133
int IFloatingPoint<decimal>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
704
int IFloatingPoint<double>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1341
int IFloatingPoint<Half>.
GetExponentShortestBitLength
()
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
998
int IFloatingPoint<BFloat16>.
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)
699
int IFloatingPoint<float>.
GetExponentShortestBitLength
()
6 references to GetExponentShortestBitLength
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1132
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
703
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1340
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
997
/// <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)
698
/// <inheritdoc cref="IFloatingPoint{TSelf}.
GetExponentShortestBitLength
()" />