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)
701
sbyte exponent =
Exponent
;
724
destination[0] = (byte)
Exponent
;
738
destination[0] = (byte)
Exponent
;