@Status(stage=TEST, unitTests=COMPLETE) @Review(by="Kees Schotanus", at="2013-03-18", reason="Initial review") public final class MassConverterSi2BritishImperial extends Object
| Modifier and Type | Field and Description |
|---|---|
static long[] |
BRITISH_OUNCE_TO_GRAM
Exact factor to convert ounces to grams.
|
static int[] |
BRITISH_POUND_TO_KILOGRAM_FACTOR
Exact factor to convert pounds to grams.
|
static double[] |
BRITISH_STONE_TO_KILOGRAM_FACTOR
Exact factor to convert stones to kilograms.
|
static double |
KILOGRAMS_IN_BRITISH_POUND
Inexact number of kilograms in a British pound.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
fromBritishPoundsToKilograms(double pounds)
Converts the supplied number of British pounds to kilograms.
|
static double |
fromKilogramsToBritishPounds(double kilograms)
Converts the supplied number of kilograms to British pounds.
|
static double[] |
fromKilogramsToStonesAndPounds(double kilograms)
Converts the supplied number of kilograms to stones and pounds.
|
static double |
fromStonesAndPoundsToKilograms(int stones,
double pounds)
Converts the supplied number of stones and pounds to kilograms.
|
public static final double KILOGRAMS_IN_BRITISH_POUND
public static final long[] BRITISH_OUNCE_TO_GRAM
public static final int[] BRITISH_POUND_TO_KILOGRAM_FACTOR
public static final double[] BRITISH_STONE_TO_KILOGRAM_FACTOR
public static double fromKilogramsToBritishPounds(double kilograms)
kilograms - The number of kilograms to convert.public static double fromBritishPoundsToKilograms(double pounds)
pounds - The number of British pounds to convert.public static double[] fromKilogramsToStonesAndPounds(double kilograms)
kilograms - The number of kilograms to convert.public static double fromStonesAndPoundsToKilograms(int stones,
double pounds)
stones - The number of stones to convert.pounds - The number of pounds to convert.Copyright © 2008–2017. All rights reserved.