LengthImperial

ostrat.geom.impunits.LengthImperial

Attributes

Graph
Supertypes
trait Length
trait LengthBased
trait Ordered[Length]
trait Comparable[Length]
class Object
trait Matchable
class Any
Show all
Known subtypes
class MegaMiles
class Miles
class Yards

Members list

Value members

Abstract methods

override def *(operand: Double): LengthImperial

Multiply by the given scalar.

Multiply by the given scalar.

Attributes

Definition Classes
override def +(operand: Length): LengthImperial

Add a Length defined in Length units. Use addLength method if you wish to mix units from different unit measurement systems.

Add a Length defined in Length units. Use addLength method if you wish to mix units from different unit measurement systems.

Attributes

Definition Classes
override def -(operand: Length): LengthImperial

Subtract a Length defined in LengthMetric units. Use subLength method if you wish to mix units from different unit measurement systems.

Subtract a Length defined in LengthMetric units. Use subLength method if you wish to mix units from different unit measurement systems.

Attributes

Definition Classes
override def /(operand: Double): LengthImperial

Divide by the given scalar.

Divide by the given scalar.

Attributes

Definition Classes

The number of MegaMiles in this length

The number of MegaMiles in this length

Attributes

The number of miles in this length

The number of miles in this length

Attributes

override def toRectArea(operand: Length): AreaImperial

Combine with an operand Length for a Rectangle to return an Area.

Combine with an operand Length for a Rectangle to return an Area.

Attributes

Definition Classes
override def unary_-: LengthImperial

The negative of this Length

The negative of this Length

Attributes

Definition Classes

The number of yards in this length

The number of yards in this length

Attributes

Concrete methods

override def metresNum: Double

The number of metres in this Length.

The number of metres in this Length.

Attributes

Definition Classes

Inherited methods

def <(that: Length): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered
def >(that: Length): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered
override def angstromsNum: Double

The number of angstroms in this Length.

The number of angstroms in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric

Attributes

Inherited from:
Ordered
override def femtometresNum: Double

The number of femtometres in this Length.

The number of femtometres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def gigametresNum: Double

The number of gigametres in this Length.

The number of gigametres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def kilometresNum: Double

The number of kilometres in this Length.

The number of kilometres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def megametresNum: Double

The number of megametres in this Length.

The number of megametres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def micrometresNum: Double

The number of micrometres in this Length.

The number of micrometres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def millimetresNum: Double

The number of millimetres in this Length.

The number of millimetres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def nanometresNum: Double

The number of nanometres in this Length.

The number of nanometres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric
override def picometresNum: Double

The number of picometres in this Length.

The number of picometres in this Length.

Attributes

Definition Classes
Inherited from:
LengthNotMetric

Converts this Length to Metres.

Converts this Length to Metres.

Attributes

Inherited from:
Length
override def toKilometresFactor: Double

The factor to convert the Length units of this class to kilometres.

The factor to convert the Length units of this class to kilometres.

Attributes

Definition Classes
Inherited from:
LengthImperialBased

Converts this Length to Metres.

Converts this Length to Metres.

Attributes

Inherited from:
Length
override def toPicometreFactor: Double

The factor to convert the Length units of this class to picometres.

The factor to convert the Length units of this class to picometres.

Attributes

Definition Classes
Inherited from:
LengthImperialBased

Inherited and Abstract methods

Attributes

Inherited from:
Ordered
def divByLength(operand: Length): Double

Attributes

Inherited from:
Length
def neg: Boolean

Attributes

Inherited from:
Length

Is the length units greater or equal to zero.

Is the length units greater or equal to zero.

Attributes

Inherited from:
Length
def pos: Boolean

Attributes

Inherited from:
Length

The factor to convert the Length units of this class to metres.

The factor to convert the Length units of this class to metres.

Attributes

Inherited from:
LengthBased