4 references to Exponent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\MathF.cs (1)
216
return x.
Exponent
;
src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
699
sbyte exponent =
Exponent
;
722
destination[0] = (byte)
Exponent
;
736
destination[0] = (byte)
Exponent
;