public class Length extends Object
Modifier and Type | Field and Description |
---|---|
static double |
feetToInches |
static double |
feetToKiloyards |
static double |
feetToMeters |
static double |
feetToMillimeters |
static double |
feetToNauticalMiles |
static double |
feetToSu |
static double |
feetToYards |
static double |
inchesToFeet |
static double |
inchesToMeters |
static double |
inchesToMillimeters |
static double |
inchesToSu |
static double |
inchesToYards |
static double |
kilometersToMeters |
static double |
kilometersToSu |
static double |
kiloyardsToFeet |
static double |
kiloyardsToMeters |
static double |
kiloyardsToNauticalMiles |
static double |
kiloyardsToSu |
static double |
kiloyardsToYards |
static double |
metersToFeet |
static double |
metersToInches |
static double |
metersToKilometers |
static double |
metersToKiloyards |
static double |
metersToMillimeters |
static double |
metersToNauticalMiles |
static double |
metersToSu |
static double |
metersToYards |
static double |
millimetersToFeet |
static double |
millimetersToInches |
static double |
millimetersToMeters |
static double |
millimetersToSu |
static double |
millimetersToYards |
static double |
nauticalMilesToFeet |
static double |
nauticalMilesToKiloyards |
static double |
nauticalMilesToMeters |
static double |
nauticalMilesToSu |
static double |
nauticalMilesToYards |
static double |
suToFeet |
static double |
suToInches |
static double |
suToKilometers |
static double |
suToKiloyards |
static double |
suToMeters |
static double |
suToMillimeters |
static double |
suToNauticalMiles |
static double |
suToYards |
static double |
yardsToFeet |
static double |
yardsToInches |
static double |
yardsToKiloyards |
static double |
yardsToMeters |
static double |
yardsToMillimeters |
static double |
yardsToNauticalMiles |
static double |
yardsToSu |
Constructor and Description |
---|
Length() |
Modifier and Type | Method and Description |
---|---|
static double[] |
feetToInches(double... length_FEET)
Converts length from feet to inches.
|
static double |
feetToInches(double length_FEET)
Converts length from feet to inches.
|
static double[] |
feetToKiloyards(double... lengths_FEET)
Converts length from feet to kiloyards.
|
static double |
feetToKiloyards(double length_FEET)
Converts length from feet to kiloyards.
|
static double[] |
feetToMeters(double... lengths_FEET)
Converts length from feet to meters.
|
static double |
feetToMeters(double length_FEET)
Converts length from feet to meters.
|
static double[] |
feetToMillimeters(double... length_FEET)
Converts length from feet to millimeters.
|
static double |
feetToMillimeters(double length_FEET)
Converts length from feet to millimeters.
|
static double[] |
feetToNauticalMiles(double... lengths_FEET)
Converts length from feet to nautical-miles.
|
static double |
feetToNauticalMiles(double length_FEET)
Converts length from feet to nautical-miles.
|
static double[] |
feetToYards(double... lengths_FEET)
Converts length from feet to yards.
|
static double |
feetToYards(double length_FEET)
Converts length from feet to yards.
|
static double[] |
fromFeet(double... lengths_FEET)
Converts length from feet to system-units.
|
static double |
fromFeet(double length_FEET)
Converts length from feet to system-units.
|
static double[] |
fromInches(double... length_INCHES)
Converts length from inches to system-units.
|
static double |
fromInches(double length_INCHES)
Converts length from inches to system-units.
|
static double[] |
fromKilometers(double... length_KILOMETERS)
Converts length from kilometers to system-units.
|
static double |
fromKilometers(double length_KILOMETERS)
Converts length from kilometers to system-units.
|
static double[] |
fromKiloyards(double... lengths_KILOYARDS)
Converts length from kiloyards to system-units.
|
static double |
fromKiloyards(double length_KILOYARDS)
Converts length from kiloyards to system-units.
|
static double[] |
fromMeters(double... lengths_METERS)
Converts length meters to system-units.
|
static double |
fromMeters(double length_METERS)
Converts length meters to system-units.
|
static double[] |
fromMillimeters(double... length_MILLIMETERS)
Converts length from millimeters to system-units.
|
static double |
fromMillimeters(double length_MILLIMETERS)
Converts length from millimeters to system-units.
|
static double[] |
fromNauticalMiles(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to system-units.
|
static double |
fromNauticalMiles(double length_NAUTICAL_MILES)
Converts length from nautical-miles to system-units.
|
static double[] |
fromYards(double... lengths_YARDS)
Converts length from yards to system-units.
|
static double |
fromYards(double length_YARDS)
Converts length from yards to system-units.
|
static double[] |
inchesToMeters(double... length_INCHES)
Converts length from inches to meters.
|
static double |
inchesToMeters(double length_INCHES)
Converts length from inches to meters.
|
static double[] |
inchesToMillimeters(double... length_INCHES)
Converts length from inches to millimeters.
|
static double |
inchesToMillimeters(double length_INCHES)
Converts length from inches to millimeters.
|
static double[] |
inchesToYards(double... length_INCHES)
Converts length from inches to yards.
|
static double |
inchesToYards(double length_INCHES)
Converts length from inches to yards.
|
static double[] |
kiloyardsToFeet(double... lengths_KILOYARDS)
Converts length from kiloyards to feet.
|
static double |
kiloyardsToFeet(double length_KILOYARDS)
Converts length from kiloyards to feet.
|
static double[] |
kiloyardsToMeters(double... lengths_KILOYARDS)
Converts length from kiloyards to meters.
|
static double |
kiloyardsToMeters(double length_KILOYARDS)
Converts length from kiloyards to meters.
|
static double[] |
kiloyardsToNauticalMiles(double... lengths_KILOYARDS)
Converts length from kiloyards to nautical-miles.
|
static double |
kiloyardsToNauticalMiles(double length_KILOYARDS)
Converts length from kiloyards to nautical-miles.
|
static double[] |
kiloyardsToYards(double... lengths_KILOYARDS)
Converts length from kiloyards to yards.
|
static double |
kiloyardsToYards(double length_KILOYARDS)
Converts length from kiloyards to yards.
|
static double[] |
metersToFeet(double... lengths_METERS)
Converts length from meters to feet.
|
static double |
metersToFeet(double length_METERS)
Converts length from meters to feet.
|
static double[] |
metersToInches(double... length_METERS)
Converts length from meters to inches.
|
static double |
metersToInches(double length_METERS)
Converts length from meters to inches.
|
static double[] |
metersToKiloyards(double... lengths_METERS)
Converts length from meters to kiloyards.
|
static double |
metersToKiloyards(double length_METERS)
Converts length from meters to kiloyards.
|
static double[] |
metersToMillimeters(double... length_METERS)
Converts length from meters to millimeters.
|
static double |
metersToMillimeters(double length_METERS)
Converts length from meters to millimeters.
|
static double[] |
metersToNauticalMiles(double... lengths_METERS)
Converts length from meters to nautical-miles.
|
static double |
metersToNauticalMiles(double length_METERS)
Converts length from meters to nautical-miles.
|
static double[] |
metersToYards(double... lengths_METERS)
Converts length from meters to yards.
|
static double |
metersToYards(double length_METERS)
Converts length from meters to yards.
|
static double[] |
millimetersToFeet(double... length_MILLIMETERS)
Converts length from millimeters to feet.
|
static double |
millimetersToFeet(double length_MILLIMETERS)
Converts length from millimeters to feet.
|
static double[] |
millimetersToInches(double... length_MILLIMETERS)
Converts length from millimeters to inches.
|
static double |
millimetersToInches(double length_MILLIMETERS)
Converts length from millimeters to inches.
|
static double[] |
millimetersToMeters(double... length_MILLIMETERS)
Converts length from millimeters to meters.
|
static double |
millimetersToMeters(double length_MILLIMETERS)
Converts length from millimeters to meters.
|
static double[] |
millimetersToYards(double... length_MILLIMETERS)
Converts length from millimeters to yards.
|
static double |
millimetersToYards(double length_MILLIMETERS)
Converts length from millimeters to yards.
|
static double[] |
nauticalMilesToFeet(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to feet.
|
static double |
nauticalMilesToFeet(double length_NAUTICAL_MILES)
Converts length from nautical-miles to feet.
|
static double[] |
nauticalMilesToKiloyards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards.
|
static double |
nauticalMilesToKiloyards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to kiloyards.
|
static double[] |
nauticalMilesToMeters(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to meters.
|
static double |
nauticalMilesToMeters(double length_NAUTICAL_MILES)
Converts length from nautical-miles to meters.
|
static double[] |
nauticalMilesToYards(double... lengths_NAUTICAL_MILES)
Converts length from nautical-miles to yards.
|
static double |
nauticalMilesToYards(double length_NAUTICAL_MILES)
Converts length from nautical-miles to yards.
|
static double[] |
toFeet(double... lengths_SU)
Converts length from system-units to feet.
|
static double |
toFeet(double length_SU)
Converts length from system-units to feet.
|
static double[] |
toInches(double... lengths_SU)
Converts length from system-units to inches.
|
static double |
toInches(double length_SU)
Converts length from system-units to inches.
|
static double[] |
toKiloeters(double... lengths_SU)
Converts length from system-units to kilometers.
|
static double |
toKilometers(double length_SU)
Converts length from system-units to kilometers.
|
static double[] |
toKiloyards(double... lengths_SU)
Converts length from system-units to kiloyards.
|
static double |
toKiloyards(double length_SU)
Converts length from system-units to kiloyards.
|
static double[] |
toMeters(double... lengths_SU)
Converts length from system-units to meters.
|
static double |
toMeters(double length_SU)
Converts length from system-units to meters.
|
static double[] |
toMillimeters(double... lengths_SU)
Converts length from system-units to millimeters.
|
static double |
toMillimeters(double length_SU)
Converts length from system-units to millimeters.
|
static double[] |
toNauticalMiles(double... lengths_SU)
Converts length from system-units to nautical-miles.
|
static double |
toNauticalMiles(double length_SU)
Converts length from system-units to nautical-miles.
|
static double[] |
toYards(double... lengths_SU)
Converts length from system-units to yards.
|
static double |
toYards(double length_SU)
Converts length from system-units to yards.
|
static double[] |
yardsToFeet(double... lengths_YARDS)
Converts length from yards to feet.
|
static double |
yardsToFeet(double length_YARDS)
Converts length from yards to feet.
|
static double[] |
yardsToInches(double... length_YARDS)
Converts length from yards to inches.
|
static double |
yardsToInches(double length_YARDS)
Converts length from yards to inches.
|
static double[] |
yardsToKiloyards(double... lengths_YARDS)
Converts length from yards to kiloyards.
|
static double |
yardsToKiloyards(double length_YARDS)
Converts length from yards to kiloyards.
|
static double[] |
yardsToMeters(double... lengths_YARDS)
Converts length from yards to meters.
|
static double |
yardsToMeters(double length_YARDS)
Converts length from yards to meters.
|
static double[] |
yardsToMillimeters(double... length_YARDS)
Converts length from yards to millimeters.
|
static double |
yardsToMillimeters(double length_YARDS)
Converts length from yards to millimeters.
|
static double[] |
yardsToNauticalMiles(double... lengths_YARDS)
Converts length from yards to nautical-miles.
|
static double |
yardsToNauticalMiles(double length_YARDS)
Converts length from yards to nautical-miles.
|
public static final double nauticalMilesToMeters
public static final double yardsToFeet
public static final double feetToMeters
public static final double kiloyardsToYards
public static final double feetToInches
public static final double metersToKilometers
public static final double metersToMillimeters
public static final double yardsToMeters
public static final double kiloyardsToMeters
public static final double kiloyardsToFeet
public static final double nauticalMilesToFeet
public static final double nauticalMilesToYards
public static final double nauticalMilesToKiloyards
public static final double inchesToMillimeters
public static final double metersToInches
public static final double feetToMillimeters
public static final double yardsToMillimeters
public static final double yardsToInches
public static final double metersToNauticalMiles
public static final double feetToYards
public static final double metersToFeet
public static final double yardsToKiloyards
public static final double inchesToFeet
public static final double kilometersToMeters
public static final double millimetersToMeters
public static final double metersToYards
public static final double metersToKiloyards
public static final double feetToKiloyards
public static final double feetToNauticalMiles
public static final double yardsToNauticalMiles
public static final double kiloyardsToNauticalMiles
public static final double millimetersToInches
public static final double inchesToMeters
public static final double millimetersToFeet
public static final double millimetersToYards
public static final double inchesToYards
public static final double metersToSu
public static final double nauticalMilesToSu
public static final double feetToSu
public static final double yardsToSu
public static final double kiloyardsToSu
public static final double inchesToSu
public static final double millimetersToSu
public static final double kilometersToSu
public static final double suToMeters
public static final double suToNauticalMiles
public static final double suToFeet
public static final double suToYards
public static final double suToKiloyards
public static final double suToInches
public static final double suToMillimeters
public static final double suToKilometers
public static double metersToNauticalMiles(double length_METERS)
public static double[] metersToNauticalMiles(double... lengths_METERS)
public static double nauticalMilesToMeters(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToMeters(double... lengths_NAUTICAL_MILES)
public static double metersToFeet(double length_METERS)
public static double[] metersToFeet(double... lengths_METERS)
public static double feetToMeters(double length_FEET)
public static double[] feetToMeters(double... lengths_FEET)
public static double metersToYards(double length_METERS)
public static double[] metersToYards(double... lengths_METERS)
public static double yardsToMeters(double length_YARDS)
public static double[] yardsToMeters(double... lengths_YARDS)
public static double metersToKiloyards(double length_METERS)
public static double[] metersToKiloyards(double... lengths_METERS)
public static double kiloyardsToMeters(double length_KILOYARDS)
public static double[] kiloyardsToMeters(double... lengths_KILOYARDS)
public static double nauticalMilesToFeet(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToFeet(double... lengths_NAUTICAL_MILES)
public static double feetToNauticalMiles(double length_FEET)
public static double[] feetToNauticalMiles(double... lengths_FEET)
public static double nauticalMilesToYards(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToYards(double... lengths_NAUTICAL_MILES)
public static double yardsToNauticalMiles(double length_YARDS)
public static double[] yardsToNauticalMiles(double... lengths_YARDS)
public static double nauticalMilesToKiloyards(double length_NAUTICAL_MILES)
public static double[] nauticalMilesToKiloyards(double... lengths_NAUTICAL_MILES)
public static double kiloyardsToNauticalMiles(double length_KILOYARDS)
public static double[] kiloyardsToNauticalMiles(double... lengths_KILOYARDS)
public static double feetToYards(double length_FEET)
public static double[] feetToYards(double... lengths_FEET)
public static double yardsToFeet(double length_YARDS)
public static double[] yardsToFeet(double... lengths_YARDS)
public static double feetToKiloyards(double length_FEET)
public static double[] feetToKiloyards(double... lengths_FEET)
public static double kiloyardsToFeet(double length_KILOYARDS)
public static double[] kiloyardsToFeet(double... lengths_KILOYARDS)
public static double yardsToKiloyards(double length_YARDS)
public static double[] yardsToKiloyards(double... lengths_YARDS)
public static double kiloyardsToYards(double length_KILOYARDS)
public static double[] kiloyardsToYards(double... lengths_KILOYARDS)
public static double feetToInches(double length_FEET)
public static double[] feetToInches(double... length_FEET)
public static double metersToMillimeters(double length_METERS)
public static double[] metersToMillimeters(double... length_METERS)
public static double millimetersToMeters(double length_MILLIMETERS)
public static double[] millimetersToMeters(double... length_MILLIMETERS)
public static double inchesToMillimeters(double length_INCHES)
public static double[] inchesToMillimeters(double... length_INCHES)
public static double millimetersToInches(double length_MILLIMETERS)
public static double[] millimetersToInches(double... length_MILLIMETERS)
public static double inchesToMeters(double length_INCHES)
public static double[] inchesToMeters(double... length_INCHES)
public static double metersToInches(double length_METERS)
public static double[] metersToInches(double... length_METERS)
public static double feetToMillimeters(double length_FEET)
public static double[] feetToMillimeters(double... length_FEET)
public static double millimetersToFeet(double length_MILLIMETERS)
public static double[] millimetersToFeet(double... length_MILLIMETERS)
public static double yardsToMillimeters(double length_YARDS)
public static double[] yardsToMillimeters(double... length_YARDS)
public static double millimetersToYards(double length_MILLIMETERS)
public static double[] millimetersToYards(double... length_MILLIMETERS)
public static double yardsToInches(double length_YARDS)
public static double[] yardsToInches(double... length_YARDS)
public static double inchesToYards(double length_INCHES)
public static double[] inchesToYards(double... length_INCHES)
public static double fromMeters(double length_METERS)
public static double[] fromMeters(double... lengths_METERS)
public static double toMeters(double length_SU)
public static double[] toMeters(double... lengths_SU)
public static double fromNauticalMiles(double length_NAUTICAL_MILES)
public static double[] fromNauticalMiles(double... lengths_NAUTICAL_MILES)
public static double toNauticalMiles(double length_SU)
public static double[] toNauticalMiles(double... lengths_SU)
public static double fromFeet(double length_FEET)
public static double[] fromFeet(double... lengths_FEET)
public static double toFeet(double length_SU)
public static double[] toFeet(double... lengths_SU)
public static double fromYards(double length_YARDS)
public static double[] fromYards(double... lengths_YARDS)
public static double toYards(double length_SU)
public static double[] toYards(double... lengths_SU)
public static double fromKiloyards(double length_KILOYARDS)
public static double[] fromKiloyards(double... lengths_KILOYARDS)
public static double toKiloyards(double length_SU)
public static double[] toKiloyards(double... lengths_SU)
public static double fromInches(double length_INCHES)
public static double[] fromInches(double... length_INCHES)
public static double toInches(double length_SU)
public static double[] toInches(double... lengths_SU)
public static double fromMillimeters(double length_MILLIMETERS)
public static double[] fromMillimeters(double... length_MILLIMETERS)
public static double toMillimeters(double length_SU)
public static double[] toMillimeters(double... lengths_SU)
public static double fromKilometers(double length_KILOMETERS)
public static double[] fromKilometers(double... length_KILOMETERS)
public static double toKilometers(double length_SU)
public static double[] toKiloeters(double... lengths_SU)
Copyright © 2013 Metron, Inc.. All rights reserved.