Example #1
0
 public void Write(BinaryWriter w)
 {
     center.Write(w);
     w.Write(rad);
     w.Write(fIsNull);
 }