public void Deserialize(System.IO.Stream s)
 {
     Value = s.ReadFloat64().Swap();
 }