7 references to Exponent
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
704short exponent = Exponent; 725if (BinaryPrimitives.TryWriteInt16BigEndian(destination, Exponent)) 738if (BinaryPrimitives.TryWriteInt16LittleEndian(destination, Exponent))
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
911return x.Exponent;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (3)
1015NativeExponentType exponent = _value.Exponent; 1045NativeExponentType exponent = _value.Exponent; 1069NativeExponentType exponent = _value.Exponent;