Android Unit Convert c2si(int temperature)

Here you can find the source of c2si(int temperature)

Description

csi

Declaration

private static int c2si(int temperature) 

Method Source Code

//package com.java2s;

public class Main {
    private static int c2si(int temperature) {
        return temperature + 273;
    }//from w  w w  . j av  a 2  s .  c  o  m
}

Related

  1. convertBarometricPressure(float pressure, int fromScale, int toScale)
  2. convertFromHgInchToHpa(float hgInch)
  3. convertFromHpaToHgInch(float hpa)
  4. convertFromInchToMillimetre(float length)
  5. convertFromMillimetreToInch(float length)
  6. getMPHFromLevel(int level)