flanagan.math
Class Conv
java.lang.Object
flanagan.math.Conv
public class Conv
- extends java.lang.Object
Constructor Summary |
Conv()
|
Method Summary |
static double |
calcBMIimperial(double height,
double weight)
|
static double |
calcBMImetric(double height,
double weight)
|
static double |
calcWeightFromBMIimperial(double bmi,
double height)
|
static double |
calcWeightFromBMImetric(double bmi,
double height)
|
static double |
calorieToJoule(double cal)
|
static double |
celsiusToFahren(double cels)
|
static double |
celsiusToKelvin(double cels)
|
static java.math.BigInteger |
convert_BigDecimal_to_BigInteger(java.math.BigDecimal xx)
|
static byte |
convert_BigDecimal_to_byte(java.math.BigDecimal xx)
|
static java.lang.Byte |
convert_BigDecimal_to_Byte(java.math.BigDecimal xx)
|
static double |
convert_BigDecimal_to_double(java.math.BigDecimal xx)
|
static java.lang.Double |
convert_BigDecimal_to_Double(java.math.BigDecimal xx)
|
static float |
convert_BigDecimal_to_float(java.math.BigDecimal xx)
|
static java.lang.Float |
convert_BigDecimal_to_Float(java.math.BigDecimal xx)
|
static int |
convert_BigDecimal_to_int(java.math.BigDecimal xx)
|
static java.lang.Integer |
convert_BigDecimal_to_Integer(java.math.BigDecimal xx)
|
static long |
convert_BigDecimal_to_long(java.math.BigDecimal xx)
|
static java.lang.Long |
convert_BigDecimal_to_Long(java.math.BigDecimal xx)
|
static short |
convert_BigDecimal_to_short(java.math.BigDecimal xx)
|
static java.lang.Short |
convert_BigDecimal_to_Short(java.math.BigDecimal xx)
|
static java.math.BigDecimal |
convert_BigInteger_to_BigDecimal(java.math.BigInteger xx)
|
static byte |
convert_BigInteger_to_byte(java.math.BigInteger xx)
|
static java.lang.Byte |
convert_BigInteger_to_Byte(java.math.BigInteger xx)
|
static double |
convert_BigInteger_to_double(java.math.BigInteger xx)
|
static java.lang.Double |
convert_BigInteger_to_Double(java.math.BigInteger xx)
|
static float |
convert_BigInteger_to_float(java.math.BigInteger xx)
|
static java.lang.Float |
convert_BigInteger_to_Float(java.math.BigInteger xx)
|
static int |
convert_BigInteger_to_int(java.math.BigInteger xx)
|
static java.lang.Integer |
convert_BigInteger_to_Integer(java.math.BigInteger xx)
|
static long |
convert_BigInteger_to_long(java.math.BigInteger xx)
|
static java.lang.Long |
convert_BigInteger_to_Long(java.math.BigInteger xx)
|
static short |
convert_BigInteger_to_short(java.math.BigInteger xx)
|
static java.lang.Short |
convert_BigInteger_to_Short(java.math.BigInteger xx)
|
static java.math.BigDecimal |
convert_byte_to_BigDecimal(byte x)
|
static java.math.BigDecimal |
convert_Byte_to_BigDecimal(java.lang.Byte xx)
|
static java.math.BigInteger |
convert_byte_to_BigInteger(byte x)
|
static java.math.BigInteger |
convert_Byte_to_BigInteger(java.lang.Byte xx)
|
static double |
convert_byte_to_double(byte x)
|
static java.lang.Double |
convert_byte_to_Double(byte x)
|
static double |
convert_Byte_to_double(java.lang.Byte xx)
|
static java.lang.Double |
convert_Byte_to_Double(java.lang.Byte xx)
|
static float |
convert_byte_to_float(byte x)
|
static java.lang.Float |
convert_byte_to_Float(byte x)
|
static float |
convert_Byte_to_float(java.lang.Byte xx)
|
static java.lang.Float |
convert_Byte_to_Float(java.lang.Byte xx)
|
static int |
convert_byte_to_int(byte x)
|
static int |
convert_Byte_to_int(java.lang.Byte xx)
|
static java.lang.Integer |
convert_byte_to_Integer(byte x)
|
static java.lang.Integer |
convert_Byte_to_Integer(java.lang.Byte xx)
|
static long |
convert_byte_to_long(byte x)
|
static java.lang.Long |
convert_byte_to_Long(byte x)
|
static long |
convert_Byte_to_long(java.lang.Byte xx)
|
static java.lang.Long |
convert_Byte_to_Long(java.lang.Byte xx)
|
static short |
convert_byte_to_short(byte x)
|
static java.lang.Short |
convert_byte_to_Short(byte x)
|
static short |
convert_Byte_to_short(java.lang.Byte xx)
|
static java.lang.Short |
convert_Byte_to_Short(java.lang.Byte xx)
|
static flanagan.circuits.Phasor |
convert_Complex_to_Phasor(flanagan.complex.Complex xx)
|
static java.math.BigDecimal |
convert_double_to_BigDecimal(double x)
|
static java.math.BigDecimal |
convert_Double_to_BigDecimal(java.lang.Double xx)
|
static java.math.BigInteger |
convert_double_to_BigInteger(double x)
|
static java.math.BigInteger |
convert_Double_to_BigInteger(java.lang.Double xx)
|
static java.math.BigInteger |
convert_double_to_BigInteger(float x)
|
static byte |
convert_double_to_byte(double x)
|
static java.lang.Byte |
convert_double_to_Byte(double x)
|
static byte |
convert_Double_to_byte(java.lang.Double xx)
|
static java.lang.Byte |
convert_Double_to_Byte(java.lang.Double xx)
|
static float |
convert_double_to_float(double x)
|
static java.lang.Float |
convert_double_to_Float(double x)
|
static float |
convert_Double_to_float(java.lang.Double xx)
|
static java.lang.Float |
convert_Double_to_Float(java.lang.Double xx)
|
static int |
convert_double_to_int(double x)
|
static int |
convert_Double_to_int(java.lang.Double xx)
|
static java.lang.Integer |
convert_double_to_Integer(double x)
|
static java.lang.Integer |
convert_Double_to_Integer(java.lang.Double xx)
|
static long |
convert_double_to_long(double x)
|
static java.lang.Long |
convert_double_to_Long(double x)
|
static long |
convert_Double_to_long(java.lang.Double xx)
|
static java.lang.Long |
convert_Double_to_Long(java.lang.Double xx)
|
static short |
convert_double_to_short(double x)
|
static java.lang.Short |
convert_double_to_Short(double x)
|
static short |
convert_Double_to_short(java.lang.Double xx)
|
static java.lang.Short |
convert_Double_to_Short(java.lang.Double xx)
|
static java.math.BigDecimal |
convert_float_to_BigDecimal(float x)
|
static java.math.BigDecimal |
convert_Float_to_BigDecimal(java.lang.Float xx)
|
static java.math.BigInteger |
convert_Float_to_BigInteger(java.lang.Float xx)
|
static byte |
convert_float_to_byte(float x)
|
static java.lang.Byte |
convert_float_to_Byte(float x)
|
static byte |
convert_Float_to_byte(java.lang.Float xx)
|
static java.lang.Byte |
convert_Float_to_Byte(java.lang.Float xx)
|
static double |
convert_float_to_double(float x)
|
static java.lang.Double |
convert_float_to_Double(float x)
|
static double |
convert_Float_to_double(java.lang.Float xx)
|
static java.lang.Double |
convert_Float_to_Double(java.lang.Float xx)
|
static int |
convert_float_to_int(float x)
|
static int |
convert_Float_to_int(java.lang.Float xx)
|
static java.lang.Integer |
convert_float_to_Integer(float x)
|
static java.lang.Integer |
convert_Float_to_Integer(java.lang.Float xx)
|
static long |
convert_float_to_long(float x)
|
static java.lang.Long |
convert_float_to_Long(float x)
|
static long |
convert_Float_to_long(java.lang.Float xx)
|
static java.lang.Long |
convert_Float_to_Long(java.lang.Float xx)
|
static short |
convert_float_to_short(float x)
|
static java.lang.Short |
convert_float_to_Short(float x)
|
static short |
convert_Float_to_short(java.lang.Float xx)
|
static java.lang.Short |
convert_Float_to_Short(java.lang.Float xx)
|
static java.math.BigDecimal |
convert_int_to_BigDecimal(int x)
|
static java.math.BigInteger |
convert_int_to_BigInteger(int x)
|
static byte |
convert_int_to_byte(int x)
|
static java.lang.Byte |
convert_int_to_Byte(int x)
|
static double |
convert_int_to_double(int x)
|
static java.lang.Double |
convert_int_to_Double(int x)
|
static float |
convert_int_to_float(int x)
|
static java.lang.Float |
convert_int_to_Float(int x)
|
static long |
convert_int_to_long(int x)
|
static java.lang.Long |
convert_int_to_Long(int x)
|
static short |
convert_int_to_short(int x)
|
static java.lang.Short |
convert_int_to_Short(int x)
|
static java.math.BigDecimal |
convert_Integer_to_BigDecimal(java.lang.Integer xx)
|
static java.math.BigInteger |
convert_Integer_to_BigInteger(java.lang.Integer xx)
|
static byte |
convert_Integer_to_byte(java.lang.Integer xx)
|
static java.lang.Byte |
convert_Integer_to_Byte(java.lang.Integer xx)
|
static double |
convert_Integer_to_double(java.lang.Integer xx)
|
static java.lang.Double |
convert_Integer_to_Double(java.lang.Integer xx)
|
static float |
convert_Integer_to_float(java.lang.Integer xx)
|
static java.lang.Float |
convert_Integer_to_Float(java.lang.Integer xx)
|
static long |
convert_Integer_to_long(java.lang.Integer xx)
|
static java.lang.Long |
convert_Integer_to_Long(java.lang.Integer xx)
|
static short |
convert_Integer_to_short(java.lang.Integer xx)
|
static java.lang.Short |
convert_Integer_to_Short(java.lang.Integer xx)
|
static java.math.BigDecimal |
convert_long_to_BigDecimal(long x)
|
static java.math.BigDecimal |
convert_Long_to_BigDecimal(java.lang.Long xx)
|
static java.math.BigInteger |
convert_long_to_BigInteger(long x)
|
static java.math.BigInteger |
convert_Long_to_BigInteger(java.lang.Long xx)
|
static byte |
convert_long_to_byte(long x)
|
static java.lang.Byte |
convert_long_to_Byte(long x)
|
static byte |
convert_Long_to_byte(java.lang.Long xx)
|
static java.lang.Byte |
convert_Long_to_Byte(java.lang.Long xx)
|
static double |
convert_long_to_double(long x)
|
static java.lang.Double |
convert_long_to_Double(long x)
|
static double |
convert_Long_to_double(java.lang.Long xx)
|
static java.lang.Double |
convert_Long_to_Double(java.lang.Long xx)
|
static float |
convert_long_to_float(long x)
|
static java.lang.Float |
convert_long_to_Float(long x)
|
static float |
convert_Long_to_float(java.lang.Long xx)
|
static java.lang.Float |
convert_Long_to_Float(java.lang.Long xx)
|
static int |
convert_long_to_int(long x)
|
static int |
convert_Long_to_int(java.lang.Long xx)
|
static java.lang.Integer |
convert_long_to_Integer(long x)
|
static java.lang.Integer |
convert_Long_to_Integer(java.lang.Long xx)
|
static short |
convert_long_to_short(long x)
|
static java.lang.Short |
convert_long_to_Short(long x)
|
static short |
convert_Long_to_short(java.lang.Long xx)
|
static java.lang.Short |
convert_Long_to_Short(java.lang.Long xx)
|
static flanagan.complex.Complex |
convert_Phasor_to_Complex(flanagan.circuits.Phasor xx)
|
static java.math.BigDecimal |
convert_short_to_BigDecimal(short x)
|
static java.math.BigDecimal |
convert_Short_to_BigDecimal(java.lang.Short xx)
|
static java.math.BigInteger |
convert_short_to_BigInteger(short x)
|
static java.math.BigInteger |
convert_Short_to_BigInteger(java.lang.Short xx)
|
static byte |
convert_short_to_byte(short x)
|
static java.lang.Byte |
convert_short_to_Byte(short x)
|
static byte |
convert_Short_to_byte(java.lang.Short xx)
|
static java.lang.Byte |
convert_Short_to_Byte(java.lang.Short xx)
|
static double |
convert_short_to_double(short x)
|
static java.lang.Double |
convert_short_to_Double(short x)
|
static double |
convert_Short_to_double(java.lang.Short xx)
|
static java.lang.Double |
convert_Short_to_Double(java.lang.Short xx)
|
static float |
convert_short_to_float(short x)
|
static java.lang.Float |
convert_short_to_Float(short x)
|
static float |
convert_Short_to_float(java.lang.Short xx)
|
static java.lang.Float |
convert_Short_to_Float(java.lang.Short xx)
|
static int |
convert_short_to_int(short x)
|
static int |
convert_Short_to_int(java.lang.Short xx)
|
static java.lang.Integer |
convert_short_to_Integer(short x)
|
static java.lang.Integer |
convert_Short_to_Integer(java.lang.Short xx)
|
static long |
convert_short_to_long(short x)
|
static java.lang.Long |
convert_short_to_Long(short x)
|
static long |
convert_Short_to_long(java.lang.Short xx)
|
static java.lang.Long |
convert_Short_to_Long(java.lang.Short xx)
|
static java.lang.Object |
copyObject(java.lang.Object obj)
|
static double |
cupUStoPintUK(double cupUS)
|
static long |
dateToJavaMilliSecondsUK(int year,
int month,
int day,
java.lang.String dayOfTheWeek,
int hour,
int min,
int sec,
int millisec)
|
static double |
degToRad(double deg)
|
static double |
evToNm(double ev)
|
static double |
fahrenToCelsius(double fahr)
|
static double |
fluidOunceUKtoUS(double flOzUK)
|
static double |
fluidOunceUStoUK(double flOzUS)
|
static double |
footToMetre(double ft)
|
static double |
frequencyToRadialFrequency(double frequency)
|
static double |
gallonPerMileToLitrePerKm(double gallPmile)
|
static double |
gallonToLitre(double gall)
|
static double |
gallonUKtoUS(double gallonUK)
|
static double |
gallonUStoUK(double gallonUS)
|
static double |
gramToOunce(double gm)
|
static double |
inchToMillimetre(double in)
|
static double |
jouleToCalorie(double joule)
|
static double |
kelvinToCelsius(double kelv)
|
static double |
kgToPound(double kg)
|
static double |
kgToTon(double kg)
|
static double |
kmPerLitreToMilePerGallon(double kmPlitre)
|
static double |
kmToMile(double km)
|
static double |
litrePerKmToGallonPerMile(double litrePkm)
|
static double |
litreToGallon(double litre)
|
static double |
litreToPint(double litre)
|
static double |
litreToQuart(double litre)
|
static double |
metreToFoot(double metre)
|
static double |
metreToYard(double metre)
|
static double |
milePerGallonToKmPerLitre(double milePgall)
|
static double |
mileToKm(double mile)
|
static double |
millimetreToInch(double mm)
|
static double |
molarToPercentWeightByVol(double molar,
double molWeight)
|
static double |
nmToEv(double nm)
|
static double |
ounceToGram(double oz)
|
static double |
percentWeightByVolToMolar(double perCent,
double molWeight)
|
static double |
pintToLitre(double pint)
|
static double |
pintUKtoCupUS(double pintUK)
|
static double |
pintUKtoUS(double pintUK)
|
static double |
pintUStoUK(double pintUS)
|
static double |
poundToKg(double pds)
|
static double |
quartToLitre(double quart)
|
static double |
quartUKtoUS(double quartUK)
|
static double |
quartUStoUK(double quartUS)
|
static double |
radialFrequencyToFrequency(double radial)
|
static double |
radToDeg(double rad)
|
static void |
restoreMessages()
|
static void |
restoreMessagesAM()
|
static void |
suppressMessages()
|
static void |
suppressMessagesAM()
|
static double |
tonToKg(double tons)
|
static double |
yardToMetre(double yd)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Conv
public Conv()
suppressMessages
public static void suppressMessages()
restoreMessages
public static void restoreMessages()
suppressMessagesAM
public static void suppressMessagesAM()
restoreMessagesAM
public static void restoreMessagesAM()
convert_double_to_float
public static float convert_double_to_float(double x)
convert_double_to_Float
public static java.lang.Float convert_double_to_Float(double x)
convert_Double_to_float
public static float convert_Double_to_float(java.lang.Double xx)
convert_Double_to_Float
public static java.lang.Float convert_Double_to_Float(java.lang.Double xx)
convert_double_to_long
public static long convert_double_to_long(double x)
convert_double_to_Long
public static java.lang.Long convert_double_to_Long(double x)
convert_Double_to_long
public static long convert_Double_to_long(java.lang.Double xx)
convert_Double_to_Long
public static java.lang.Long convert_Double_to_Long(java.lang.Double xx)
convert_double_to_int
public static int convert_double_to_int(double x)
convert_double_to_Integer
public static java.lang.Integer convert_double_to_Integer(double x)
convert_Double_to_int
public static int convert_Double_to_int(java.lang.Double xx)
convert_Double_to_Integer
public static java.lang.Integer convert_Double_to_Integer(java.lang.Double xx)
convert_double_to_short
public static short convert_double_to_short(double x)
convert_double_to_Short
public static java.lang.Short convert_double_to_Short(double x)
convert_Double_to_short
public static short convert_Double_to_short(java.lang.Double xx)
convert_Double_to_Short
public static java.lang.Short convert_Double_to_Short(java.lang.Double xx)
convert_double_to_byte
public static byte convert_double_to_byte(double x)
convert_double_to_Byte
public static java.lang.Byte convert_double_to_Byte(double x)
convert_Double_to_byte
public static byte convert_Double_to_byte(java.lang.Double xx)
convert_Double_to_Byte
public static java.lang.Byte convert_Double_to_Byte(java.lang.Double xx)
convert_double_to_BigDecimal
public static java.math.BigDecimal convert_double_to_BigDecimal(double x)
convert_Double_to_BigDecimal
public static java.math.BigDecimal convert_Double_to_BigDecimal(java.lang.Double xx)
convert_double_to_BigInteger
public static java.math.BigInteger convert_double_to_BigInteger(double x)
convert_Double_to_BigInteger
public static java.math.BigInteger convert_Double_to_BigInteger(java.lang.Double xx)
convert_float_to_double
public static double convert_float_to_double(float x)
convert_float_to_Double
public static java.lang.Double convert_float_to_Double(float x)
convert_Float_to_double
public static double convert_Float_to_double(java.lang.Float xx)
convert_Float_to_Double
public static java.lang.Double convert_Float_to_Double(java.lang.Float xx)
convert_float_to_long
public static long convert_float_to_long(float x)
convert_float_to_Long
public static java.lang.Long convert_float_to_Long(float x)
convert_Float_to_long
public static long convert_Float_to_long(java.lang.Float xx)
convert_Float_to_Long
public static java.lang.Long convert_Float_to_Long(java.lang.Float xx)
convert_float_to_int
public static int convert_float_to_int(float x)
convert_float_to_Integer
public static java.lang.Integer convert_float_to_Integer(float x)
convert_Float_to_int
public static int convert_Float_to_int(java.lang.Float xx)
convert_Float_to_Integer
public static java.lang.Integer convert_Float_to_Integer(java.lang.Float xx)
convert_float_to_short
public static short convert_float_to_short(float x)
convert_float_to_Short
public static java.lang.Short convert_float_to_Short(float x)
convert_Float_to_short
public static short convert_Float_to_short(java.lang.Float xx)
convert_Float_to_Short
public static java.lang.Short convert_Float_to_Short(java.lang.Float xx)
convert_float_to_byte
public static byte convert_float_to_byte(float x)
convert_float_to_Byte
public static java.lang.Byte convert_float_to_Byte(float x)
convert_Float_to_byte
public static byte convert_Float_to_byte(java.lang.Float xx)
convert_Float_to_Byte
public static java.lang.Byte convert_Float_to_Byte(java.lang.Float xx)
convert_float_to_BigDecimal
public static java.math.BigDecimal convert_float_to_BigDecimal(float x)
convert_Float_to_BigDecimal
public static java.math.BigDecimal convert_Float_to_BigDecimal(java.lang.Float xx)
convert_double_to_BigInteger
public static java.math.BigInteger convert_double_to_BigInteger(float x)
convert_Float_to_BigInteger
public static java.math.BigInteger convert_Float_to_BigInteger(java.lang.Float xx)
convert_long_to_double
public static double convert_long_to_double(long x)
convert_long_to_Double
public static java.lang.Double convert_long_to_Double(long x)
convert_Long_to_double
public static double convert_Long_to_double(java.lang.Long xx)
convert_Long_to_Double
public static java.lang.Double convert_Long_to_Double(java.lang.Long xx)
convert_long_to_float
public static float convert_long_to_float(long x)
convert_long_to_Float
public static java.lang.Float convert_long_to_Float(long x)
convert_Long_to_float
public static float convert_Long_to_float(java.lang.Long xx)
convert_Long_to_Float
public static java.lang.Float convert_Long_to_Float(java.lang.Long xx)
convert_long_to_int
public static int convert_long_to_int(long x)
convert_long_to_Integer
public static java.lang.Integer convert_long_to_Integer(long x)
convert_Long_to_int
public static int convert_Long_to_int(java.lang.Long xx)
convert_Long_to_Integer
public static java.lang.Integer convert_Long_to_Integer(java.lang.Long xx)
convert_long_to_short
public static short convert_long_to_short(long x)
convert_long_to_Short
public static java.lang.Short convert_long_to_Short(long x)
convert_Long_to_short
public static short convert_Long_to_short(java.lang.Long xx)
convert_Long_to_Short
public static java.lang.Short convert_Long_to_Short(java.lang.Long xx)
convert_long_to_byte
public static byte convert_long_to_byte(long x)
convert_long_to_Byte
public static java.lang.Byte convert_long_to_Byte(long x)
convert_Long_to_byte
public static byte convert_Long_to_byte(java.lang.Long xx)
convert_Long_to_Byte
public static java.lang.Byte convert_Long_to_Byte(java.lang.Long xx)
convert_long_to_BigDecimal
public static java.math.BigDecimal convert_long_to_BigDecimal(long x)
convert_Long_to_BigDecimal
public static java.math.BigDecimal convert_Long_to_BigDecimal(java.lang.Long xx)
convert_long_to_BigInteger
public static java.math.BigInteger convert_long_to_BigInteger(long x)
convert_Long_to_BigInteger
public static java.math.BigInteger convert_Long_to_BigInteger(java.lang.Long xx)
convert_int_to_double
public static double convert_int_to_double(int x)
convert_int_to_Double
public static java.lang.Double convert_int_to_Double(int x)
convert_Integer_to_double
public static double convert_Integer_to_double(java.lang.Integer xx)
convert_Integer_to_Double
public static java.lang.Double convert_Integer_to_Double(java.lang.Integer xx)
convert_int_to_float
public static float convert_int_to_float(int x)
convert_int_to_Float
public static java.lang.Float convert_int_to_Float(int x)
convert_Integer_to_float
public static float convert_Integer_to_float(java.lang.Integer xx)
convert_Integer_to_Float
public static java.lang.Float convert_Integer_to_Float(java.lang.Integer xx)
convert_int_to_long
public static long convert_int_to_long(int x)
convert_int_to_Long
public static java.lang.Long convert_int_to_Long(int x)
convert_Integer_to_long
public static long convert_Integer_to_long(java.lang.Integer xx)
convert_Integer_to_Long
public static java.lang.Long convert_Integer_to_Long(java.lang.Integer xx)
convert_int_to_short
public static short convert_int_to_short(int x)
convert_int_to_Short
public static java.lang.Short convert_int_to_Short(int x)
convert_Integer_to_short
public static short convert_Integer_to_short(java.lang.Integer xx)
convert_Integer_to_Short
public static java.lang.Short convert_Integer_to_Short(java.lang.Integer xx)
convert_int_to_byte
public static byte convert_int_to_byte(int x)
convert_int_to_Byte
public static java.lang.Byte convert_int_to_Byte(int x)
convert_Integer_to_byte
public static byte convert_Integer_to_byte(java.lang.Integer xx)
convert_Integer_to_Byte
public static java.lang.Byte convert_Integer_to_Byte(java.lang.Integer xx)
convert_int_to_BigDecimal
public static java.math.BigDecimal convert_int_to_BigDecimal(int x)
convert_Integer_to_BigDecimal
public static java.math.BigDecimal convert_Integer_to_BigDecimal(java.lang.Integer xx)
convert_int_to_BigInteger
public static java.math.BigInteger convert_int_to_BigInteger(int x)
convert_Integer_to_BigInteger
public static java.math.BigInteger convert_Integer_to_BigInteger(java.lang.Integer xx)
convert_short_to_double
public static double convert_short_to_double(short x)
convert_short_to_Double
public static java.lang.Double convert_short_to_Double(short x)
convert_Short_to_double
public static double convert_Short_to_double(java.lang.Short xx)
convert_Short_to_Double
public static java.lang.Double convert_Short_to_Double(java.lang.Short xx)
convert_short_to_float
public static float convert_short_to_float(short x)
convert_short_to_Float
public static java.lang.Float convert_short_to_Float(short x)
convert_Short_to_float
public static float convert_Short_to_float(java.lang.Short xx)
convert_Short_to_Float
public static java.lang.Float convert_Short_to_Float(java.lang.Short xx)
convert_short_to_long
public static long convert_short_to_long(short x)
convert_short_to_Long
public static java.lang.Long convert_short_to_Long(short x)
convert_Short_to_long
public static long convert_Short_to_long(java.lang.Short xx)
convert_Short_to_Long
public static java.lang.Long convert_Short_to_Long(java.lang.Short xx)
convert_short_to_int
public static int convert_short_to_int(short x)
convert_short_to_Integer
public static java.lang.Integer convert_short_to_Integer(short x)
convert_Short_to_int
public static int convert_Short_to_int(java.lang.Short xx)
convert_Short_to_Integer
public static java.lang.Integer convert_Short_to_Integer(java.lang.Short xx)
convert_short_to_byte
public static byte convert_short_to_byte(short x)
convert_short_to_Byte
public static java.lang.Byte convert_short_to_Byte(short x)
convert_Short_to_byte
public static byte convert_Short_to_byte(java.lang.Short xx)
convert_Short_to_Byte
public static java.lang.Byte convert_Short_to_Byte(java.lang.Short xx)
convert_short_to_BigDecimal
public static java.math.BigDecimal convert_short_to_BigDecimal(short x)
convert_Short_to_BigDecimal
public static java.math.BigDecimal convert_Short_to_BigDecimal(java.lang.Short xx)
convert_short_to_BigInteger
public static java.math.BigInteger convert_short_to_BigInteger(short x)
convert_Short_to_BigInteger
public static java.math.BigInteger convert_Short_to_BigInteger(java.lang.Short xx)
convert_byte_to_double
public static double convert_byte_to_double(byte x)
convert_byte_to_Double
public static java.lang.Double convert_byte_to_Double(byte x)
convert_Byte_to_double
public static double convert_Byte_to_double(java.lang.Byte xx)
convert_Byte_to_Double
public static java.lang.Double convert_Byte_to_Double(java.lang.Byte xx)
convert_byte_to_float
public static float convert_byte_to_float(byte x)
convert_byte_to_Float
public static java.lang.Float convert_byte_to_Float(byte x)
convert_Byte_to_float
public static float convert_Byte_to_float(java.lang.Byte xx)
convert_Byte_to_Float
public static java.lang.Float convert_Byte_to_Float(java.lang.Byte xx)
convert_byte_to_long
public static long convert_byte_to_long(byte x)
convert_byte_to_Long
public static java.lang.Long convert_byte_to_Long(byte x)
convert_Byte_to_long
public static long convert_Byte_to_long(java.lang.Byte xx)
convert_Byte_to_Long
public static java.lang.Long convert_Byte_to_Long(java.lang.Byte xx)
convert_byte_to_int
public static int convert_byte_to_int(byte x)
convert_byte_to_Integer
public static java.lang.Integer convert_byte_to_Integer(byte x)
convert_Byte_to_int
public static int convert_Byte_to_int(java.lang.Byte xx)
convert_Byte_to_Integer
public static java.lang.Integer convert_Byte_to_Integer(java.lang.Byte xx)
convert_byte_to_short
public static short convert_byte_to_short(byte x)
convert_byte_to_Short
public static java.lang.Short convert_byte_to_Short(byte x)
convert_Byte_to_short
public static short convert_Byte_to_short(java.lang.Byte xx)
convert_Byte_to_Short
public static java.lang.Short convert_Byte_to_Short(java.lang.Byte xx)
convert_byte_to_BigDecimal
public static java.math.BigDecimal convert_byte_to_BigDecimal(byte x)
convert_Byte_to_BigDecimal
public static java.math.BigDecimal convert_Byte_to_BigDecimal(java.lang.Byte xx)
convert_byte_to_BigInteger
public static java.math.BigInteger convert_byte_to_BigInteger(byte x)
convert_Byte_to_BigInteger
public static java.math.BigInteger convert_Byte_to_BigInteger(java.lang.Byte xx)
convert_BigDecimal_to_double
public static double convert_BigDecimal_to_double(java.math.BigDecimal xx)
convert_BigDecimal_to_Double
public static java.lang.Double convert_BigDecimal_to_Double(java.math.BigDecimal xx)
convert_BigDecimal_to_float
public static float convert_BigDecimal_to_float(java.math.BigDecimal xx)
convert_BigDecimal_to_Float
public static java.lang.Float convert_BigDecimal_to_Float(java.math.BigDecimal xx)
convert_BigDecimal_to_long
public static long convert_BigDecimal_to_long(java.math.BigDecimal xx)
convert_BigDecimal_to_Long
public static java.lang.Long convert_BigDecimal_to_Long(java.math.BigDecimal xx)
convert_BigDecimal_to_int
public static int convert_BigDecimal_to_int(java.math.BigDecimal xx)
convert_BigDecimal_to_Integer
public static java.lang.Integer convert_BigDecimal_to_Integer(java.math.BigDecimal xx)
convert_BigDecimal_to_short
public static short convert_BigDecimal_to_short(java.math.BigDecimal xx)
convert_BigDecimal_to_Short
public static java.lang.Short convert_BigDecimal_to_Short(java.math.BigDecimal xx)
convert_BigDecimal_to_byte
public static byte convert_BigDecimal_to_byte(java.math.BigDecimal xx)
convert_BigDecimal_to_Byte
public static java.lang.Byte convert_BigDecimal_to_Byte(java.math.BigDecimal xx)
convert_BigDecimal_to_BigInteger
public static java.math.BigInteger convert_BigDecimal_to_BigInteger(java.math.BigDecimal xx)
convert_BigInteger_to_double
public static double convert_BigInteger_to_double(java.math.BigInteger xx)
convert_BigInteger_to_Double
public static java.lang.Double convert_BigInteger_to_Double(java.math.BigInteger xx)
convert_BigInteger_to_float
public static float convert_BigInteger_to_float(java.math.BigInteger xx)
convert_BigInteger_to_Float
public static java.lang.Float convert_BigInteger_to_Float(java.math.BigInteger xx)
convert_BigInteger_to_long
public static long convert_BigInteger_to_long(java.math.BigInteger xx)
convert_BigInteger_to_Long
public static java.lang.Long convert_BigInteger_to_Long(java.math.BigInteger xx)
convert_BigInteger_to_int
public static int convert_BigInteger_to_int(java.math.BigInteger xx)
convert_BigInteger_to_Integer
public static java.lang.Integer convert_BigInteger_to_Integer(java.math.BigInteger xx)
convert_BigInteger_to_short
public static short convert_BigInteger_to_short(java.math.BigInteger xx)
convert_BigInteger_to_Short
public static java.lang.Short convert_BigInteger_to_Short(java.math.BigInteger xx)
convert_BigInteger_to_byte
public static byte convert_BigInteger_to_byte(java.math.BigInteger xx)
convert_BigInteger_to_Byte
public static java.lang.Byte convert_BigInteger_to_Byte(java.math.BigInteger xx)
convert_BigInteger_to_BigDecimal
public static java.math.BigDecimal convert_BigInteger_to_BigDecimal(java.math.BigInteger xx)
convert_Complex_to_Phasor
public static flanagan.circuits.Phasor convert_Complex_to_Phasor(flanagan.complex.Complex xx)
convert_Phasor_to_Complex
public static flanagan.complex.Complex convert_Phasor_to_Complex(flanagan.circuits.Phasor xx)
copyObject
public static java.lang.Object copyObject(java.lang.Object obj)
radToDeg
public static double radToDeg(double rad)
degToRad
public static double degToRad(double deg)
frequencyToRadialFrequency
public static double frequencyToRadialFrequency(double frequency)
radialFrequencyToFrequency
public static double radialFrequencyToFrequency(double radial)
evToNm
public static double evToNm(double ev)
nmToEv
public static double nmToEv(double nm)
molarToPercentWeightByVol
public static double molarToPercentWeightByVol(double molar,
double molWeight)
percentWeightByVolToMolar
public static double percentWeightByVolToMolar(double perCent,
double molWeight)
celsiusToKelvin
public static double celsiusToKelvin(double cels)
kelvinToCelsius
public static double kelvinToCelsius(double kelv)
celsiusToFahren
public static double celsiusToFahren(double cels)
fahrenToCelsius
public static double fahrenToCelsius(double fahr)
calorieToJoule
public static double calorieToJoule(double cal)
jouleToCalorie
public static double jouleToCalorie(double joule)
gramToOunce
public static double gramToOunce(double gm)
ounceToGram
public static double ounceToGram(double oz)
kgToPound
public static double kgToPound(double kg)
poundToKg
public static double poundToKg(double pds)
kgToTon
public static double kgToTon(double kg)
tonToKg
public static double tonToKg(double tons)
millimetreToInch
public static double millimetreToInch(double mm)
inchToMillimetre
public static double inchToMillimetre(double in)
footToMetre
public static double footToMetre(double ft)
metreToFoot
public static double metreToFoot(double metre)
yardToMetre
public static double yardToMetre(double yd)
metreToYard
public static double metreToYard(double metre)
mileToKm
public static double mileToKm(double mile)
kmToMile
public static double kmToMile(double km)
gallonToLitre
public static double gallonToLitre(double gall)
litreToGallon
public static double litreToGallon(double litre)
quartToLitre
public static double quartToLitre(double quart)
litreToQuart
public static double litreToQuart(double litre)
pintToLitre
public static double pintToLitre(double pint)
litreToPint
public static double litreToPint(double litre)
gallonPerMileToLitrePerKm
public static double gallonPerMileToLitrePerKm(double gallPmile)
litrePerKmToGallonPerMile
public static double litrePerKmToGallonPerMile(double litrePkm)
milePerGallonToKmPerLitre
public static double milePerGallonToKmPerLitre(double milePgall)
kmPerLitreToMilePerGallon
public static double kmPerLitreToMilePerGallon(double kmPlitre)
fluidOunceUKtoUS
public static double fluidOunceUKtoUS(double flOzUK)
fluidOunceUStoUK
public static double fluidOunceUStoUK(double flOzUS)
pintUKtoUS
public static double pintUKtoUS(double pintUK)
pintUStoUK
public static double pintUStoUK(double pintUS)
quartUKtoUS
public static double quartUKtoUS(double quartUK)
quartUStoUK
public static double quartUStoUK(double quartUS)
gallonUKtoUS
public static double gallonUKtoUS(double gallonUK)
gallonUStoUK
public static double gallonUStoUK(double gallonUS)
pintUKtoCupUS
public static double pintUKtoCupUS(double pintUK)
cupUStoPintUK
public static double cupUStoPintUK(double cupUS)
calcBMImetric
public static double calcBMImetric(double height,
double weight)
calcBMIimperial
public static double calcBMIimperial(double height,
double weight)
calcWeightFromBMImetric
public static double calcWeightFromBMImetric(double bmi,
double height)
calcWeightFromBMIimperial
public static double calcWeightFromBMIimperial(double bmi,
double height)
dateToJavaMilliSecondsUK
public static long dateToJavaMilliSecondsUK(int year,
int month,
int day,
java.lang.String dayOfTheWeek,
int hour,
int min,
int sec,
int millisec)
jHepWork 2.8 (©) S.Chekanov