R
Richard A. DeVenezia
Is there a way to read an entire file into a float array ?
Suppose 1,000 floats (arrayed 250 rows by 4 columns) are stored in a
4,000 byte file.
Starting from
byte[] data = File.ReadAllBytes ("floatdump.data");
How would I cast or overlay a float array interpretation of the byte
array ?
Thanks!
Suppose 1,000 floats (arrayed 250 rows by 4 columns) are stored in a
4,000 byte file.
Starting from
byte[] data = File.ReadAllBytes ("floatdump.data");
How would I cast or overlay a float array interpretation of the byte
array ?
Thanks!