2 references to ParseDouble
System.Windows.Forms.DataVisualization (2)
Common\DataManager\DataPoint.cs (1)
1900
_yValue[index] = CommonElements.
ParseDouble
(values[index], true);
Common\General\CommonElements.cs (1)
278
return
ParseDouble
(stringToParse, false);