回答編集履歴

2

コード修正

2018/01/05 23:25

投稿

asm
asm

スコア15147

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  // 読み取り側
18
18
 
19
- using (BinaryWriter reader = new BinaryReader(read_stream)){
19
+ using (BinaryReader reader = new BinaryReader(read_stream)){
20
20
 
21
21
  x = reader.ReadSingle();
22
22
 

1

修正

2018/01/05 23:25

投稿

asm
asm

スコア15147

test CHANGED
@@ -21,3 +21,5 @@
21
21
  x = reader.ReadSingle();
22
22
 
23
23
  }
24
+
25
+ ```