Esempio n. 1
0
 double InterpolatedCandelaFromData(LatLon position, AngleCandela[,] data)
 {
     // TODO interpolation function
     return(0);
 }