internal double DegreeAtValue(double val)
 {
     return(Fs.DegreeAtValue(val));
 }