Mileares

ostrat.geom.impunits.Mileares
See theMileares companion object
final class Mileares(val milearesNum: Double) extends AnyVal, AreaImperial

Square miles a measure of Area. Follows the same naming convention as Hectares.

Attributes

Companion
object
Graph
Supertypes
trait AreaImperial
trait Area
trait Ordered[Area]
trait Comparable[Area]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def *(operand: Double): Mileares

Multiply this Area by a scalar.

Multiply this Area by a scalar.

Attributes

Definition Classes
override def +(operand: Area): Mileares

Adds an Area returning an Area in the units of this subject.

Adds an Area returning an Area in the units of this subject.

Attributes

Definition Classes
override def -(operand: Area): Mileares

Subtracts an Area returning an Area in the units of this subject.

Subtracts an Area returning an Area in the units of this subject.

Attributes

Definition Classes
def /(operand: Double): Mileares

Divide this Area by a scalar.

Divide this Area by a scalar.

Attributes

override def acresNum: Double

the number of acres, kilometres square in this area.

the number of acres, kilometres square in this area.

Attributes

Definition Classes
override def compare(that: Area): Int

Attributes

Definition Classes
override def yardaresNum: Double

the number of square yards. This follows the same naming convention as Hectares.

the number of square yards. This follows the same naming convention as Hectares.

Attributes

Definition Classes

Inherited methods

def <(that: Area): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Area): Boolean

Attributes

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

Attributes

Inherited from:
Ordered
def >=(that: Area): Boolean

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered
override def hectaresNum: Double

the number of hectares, kilometres square in this area.

the number of hectares, kilometres square in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def kilaresNum: Double

the number of kilometres square in this area. kilares follows the same naming convention as hectares.

the number of kilometres square in this area. kilares follows the same naming convention as hectares.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def metraresNum: Double

the number of metres square in this area.

the number of metres square in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial

Concrete fields

the number of square miles in this area. This follows the same naming convention as Hectares

the number of square miles in this area. This follows the same naming convention as Hectares

Attributes