Ejemplo n.º 1
0
 public int Read(BsonReader reader)
 {
     this.val = reader.ReadDouble();
     return this.Size;
 }