Home > Net >  C#
C#

Time:10-08

How to put the Numbers on the instrument (scientific notation) to normal?
Please tell the great god,

CodePudding user response:

What is this component? Is written by yourself? Like clocks and watches,
Floating point Numbers using ToString (" # 0 ") method can display only integer,

CodePudding user response:

This depends on you to the data from the component what format is it

CodePudding user response:

Your accuracy is too high,

CodePudding user response:

 double q=2.37 e+006; 
Double res=the Convert. ToDouble (q);
Console. WriteLine (res);

CodePudding user response:

High precision, with a decimal
  •  Tags:  
  • C#