float.proto 64 B

12345
  1. message real {
  2. optional float f = 1;
  3. optional double d = 2;
  4. }