w****h 发帖数: 212 | 1 I read the book The complete reference C#.
But it doesn't introduce how to write double data into a file.
It only uses WriteByte(byte val), and Write(byte[] buf, int offset, int
jnumBytes)
but those are byte data, not double.
So how can I write double data into a file?
Thanks | g*********s 发帖数: 1782 | 2 满板都是你在问C#,还都是些基本问题,问狗弟弟就行了。
【在 w****h 的大作中提到】 : I read the book The complete reference C#. : But it doesn't introduce how to write double data into a file. : It only uses WriteByte(byte val), and Write(byte[] buf, int offset, int : jnumBytes) : but those are byte data, not double. : So how can I write double data into a file? : Thanks
| l*****c 发帖数: 1153 | 3 实话实说,这个问题不是C#专有的,估计很多人开始的时候都有这个问题。
【在 g*********s 的大作中提到】 : 满板都是你在问C#,还都是些基本问题,问狗弟弟就行了。
|
|