c# 은 c랑 달리 포인터 개념이 사라진거 같은데여 소켓통신할때 byte array로만 통신이 되는데.. double array 통신을 하려면 어떻게 컨버팅 해서 보내야 될까요?
이거나 http://stackoverflow.com/questions/4635769/how-do-i-convert-an-array-of-floats-to-a-byte-and-back
이거..http://stackoverflow.com/questions/11969993/how-send-data-tcp-in-binary-frame-format
--
여기 참조해보세요.
이거나
http://stackoverflow.com/questions/4635769/how-do-i-convert-an-array-of-floats-to-a-byte-and-back
이거..
http://stackoverflow.com/questions/11969993/how-send-data-tcp-in-binary-frame-format
--