Acres

ostrat.geom.impunits.Acres
See theAcres companion object
final class Acres(val acresNum: Double) extends AnyVal, AreaImperial

Square yards 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): Acres

Multiply this Area by a scalar.

Multiply this Area by a scalar.

Attributes

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

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): Acres

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
override def /(operand: Double): Acres

Divide this Area by a scalar.

Divide this Area by a scalar.

Attributes

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

Attributes

Definition Classes
override def milearesNum: Double

the number of mile² in this area.

the number of mile² in this area.

Attributes

Definition Classes
override def yardaresNum: Double

the number of yard² in this area.

the number of yard² in this area.

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, (100m)² in this area.

the number of hectares, (100m)² in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def kilaresNum: Double

the number of kilometre² in this area.

the number of kilometre² in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def metraresNum: Double

the number of metre² in this area.

the number of metre² in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def millaresNum: Double

the number of millimetre² in this area.

the number of millimetre² in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial
override def picaresNum: Double

the number of Picares, square picometres in this area.

the number of Picares, square picometres in this area.

Attributes

Definition Classes
Inherited from:
AreaImperial

Concrete fields

the number of acres, 1 acre = 10chain² = 66feet by 660feet.

the number of acres, 1 acre = 10chain² = 66feet by 660feet.

Attributes