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