Function lib_rapid::math::rapidmath::temp_conversion[][src]

pub fn temp_conversion(mode: TempConversion, value: &f64) -> f64
Expand description

Performs a temperature conversion.

Arguments

  • mode - The mode ( e.g. CelsiusToFahrenheit ).
  • value - The value to be converted.

Returns

A f64 containing the result.