ezeio documentation
ezeio documentation

  1. Trace
  2. Demand monitor
  3. Discrete Output driver
  4. User Interface
  5. K2F

ezeio2:scriptref:k2f

eze System Documentation

eze System Documentation

Go to eze.io

  • IMPORTANT INFORMATION
  • Introduction to the ezeio
  • Registration
  • Indicators
  • Installing the ezeio
  • Connecting Sensors and Peripherals
  • User Interface
  • Drivers
  • Expressions
  • Script reference
  • API reference
  • ezeio MkII I/O Expander
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
  • Print
  • Permalink

K2F

Helper function to convert from Kelvin degrees to Farenheit degrees

Description

Float:K2F( Float:K )

Return degrees Farenheit from Kelvin.

Parameters

K Degrees Kelvin

Return value

Degreees Farenheit

Example usage

 
   new Float:F = K2F( 280.15 );   
   // F = 44.6;
  • ezeio2/scriptref/k2f.txt
  • Last modified: 2020-08-14 23:36
  • by andreh
Log In