static Length |
Length.add(Length l1,
Length l2) |
static Length |
Length.from(Length.LengthUnits units,
double val) |
static Length |
Length.fromCM(double lengthCM) |
static Length |
Length.fromDM(double lengthDM) |
static Length |
Length.fromFeet(double lengthFeet) |
static Length |
Length.fromInches(double lengthInches) |
static Length |
Length.fromKM(double lengthKM) |
static Length |
Length.fromM(double lengthM) |
static Length |
Length.fromMM(double lengthMM) |
static Length |
Length.fromNM(double lengthNM) |
static Length |
Length.fromSM(double lengthSM) |
static Length |
Length.fromYards(double lengthYards) |
static Length |
Length.sub(Length l1,
Length l2) |