示例#1
0
 protected override void ReadValueFromStream(Stream stream)
 {
     Value = BinUtils.ReadDouble(stream);
 }