How do I convert a double[] array to a byte[] array and vice versa?
double[]
byte[]
class Program { static void Main(string[] args) {
Use the Bitconverter class.