/** * Gets the temperature of the pigeon. * * @return Temperature in ('C) */ public float GetTemp() { float retval; _ll.GetTemp(out retval); return(retval); }