public override IEncodable Decode(BinaryInput stream) { base.Decode(stream); value = stream.ReadDouble(); return(this); }