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