GFFRecord.score

Column 6: score; float. From the standard: "the semantics of the score are ill-defined." Tragically, score can be either a float, or not present (".") Totally arbitrarily, we will represent absent as -1 setter

  1. score [@property getter]
  2. float score [@property setter]
    struct GFFRecord(GFFVersion ver)
    @property
    score
    (
    float s
    )

Meta