Example #1
0
 /**
  * Value in preferred unit
  *
  * Uses the same unit as the initially given temperature object.
  * @return float|null [mixed unit]
  */
 public function valueInPreferredUnit()
 {
     return $this->AdjustedTemperature->valueInPreferredUnit();
 }