public RadianF(DegreeF d) { value = d.InRadians(); }
public int CompareTo(DegreeF other) { return(this.value.CompareTo(other.InRadians())); }