+ 0.Mantissa * 10^Exponent ++ The Mantissa buffer stores the mantissa digits as characters in a string. + The MantissaCount gives the number of digits present in the Mantissa buffer. + There shall be neither leading nor trailing zero digits in the Mantissa. + Note that this represents only nonnegative floating-point literals; the + negative sign in C# and VB is actually a separate unary negation operator. +
#line
(C#) or #ExternalSource
(VB) directives.
+ #line
in C# or #ExternalSource
in VB).
+ #line
).
+ #line
in C# or #ExternalSource
in VB).
+ #line
,
+ otherwise it's #line
directive that precedes it and that
+ either specifies an explicit file path or is #line default
exists and specifies an explicit path.
+ + 0.Mantissa * 10^Exponent ++ The Mantissa buffer stores the mantissa digits as characters in a string. + The MantissaCount gives the number of digits present in the Mantissa buffer. + There shall be neither leading nor trailing zero digits in the Mantissa. + Note that this represents only nonnegative floating-point literals; the + negative sign in C# and VB is actually a separate unary negation operator. +
#line
(C#) or #ExternalSource
(VB) directives.
+ #line
in C# or #ExternalSource
in VB).
+ #line
).
+ #line
in C# or #ExternalSource
in VB).
+ #line
,
+ otherwise it's #line
directive that precedes it and that
+ either specifies an explicit file path or is #line default
exists and specifies an explicit path.
+ t |