ezeio documentation
ezeio documentation

  1. Trace
  2. fstrval
  3. GPS receiver GlobalSat MR350S4 driver
  4. localtime
  5. uuencode
  6. K2C

ezeio2:scriptref:k2c

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

K2C

Helper function to convert from Kelvin degrees to Celsius degrees

Description

Float:K2C( Float:K )

Return degrees Celsius from Kelvin.

Parameters

K Degrees Kelvin

Return value

Degreees Celsius

Example usage

 
   new Float:C = K2C( 280.15 );   
   // C = 7.0;
  • ezeio2/scriptref/k2c.txt
  • Last modified: 2020-08-14 23:31
  • by andreh
Log In