Precision problem ???
Posted: Sun Jun 20, 2004 6:50 pm
I'm calling DPLOTLIB functions as ret = DPlot_Plot(d, x(0), y(0), cmds) from my vb program.
The problem is I need to plot date and time on X axis. But the interface only allows SINGLE but for time part I need to send double.
e.g. for Jan 15 2004 + time component, I need to send 38001.583 but I cannot send this number using Single.
Am I doing something wrong here? If not is there a work around?
thanks a llot
shashank
The problem is I need to plot date and time on X axis. But the interface only allows SINGLE but for time part I need to send double.
e.g. for Jan 15 2004 + time component, I need to send 38001.583 but I cannot send this number using Single.
Am I doing something wrong here? If not is there a work around?
thanks a llot
shashank