5 implementations of GetExponentShortestBitLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1132int IFloatingPoint<decimal>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
702int IFloatingPoint<double>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1345int IFloatingPoint<Half>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1013int IFloatingPoint<NFloat>.GetExponentShortestBitLength()
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
697int 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()" />