1 write to Exponent
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
367
result.
Exponent
= exponent;
3 references to Exponent
Microsoft.CodeAnalysis (3)
RealParser.cs (3)
404
uint positiveExponent = (uint)Math.Max(0, data.
Exponent
);
453
uint fractionalDenominatorExponent = data.
Exponent
< 0
454
? fractionalDigitsPresent + (uint)-data.
Exponent