MagneticFieldStrength

Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

override def equals(that: Any): Boolean
Definition Classes
Dimension -> Any
Inherited from
Dimension
override def hashCode(): Int
Definition Classes
Dimension -> Any
Inherited from
Dimension
protected def parse(value: Any): Try[MagneticFieldStrength]

Tries to map a string or tuple value to Quantity of this Dimension

Tries to map a string or tuple value to Quantity of this Dimension

Value Params
value

the source string (ie, "10 kW") or tuple (ie, (10, "kW"))

Returns

Try[A]

Inherited from
Dimension
def parseString(s: String): Try[MagneticFieldStrength]
Inherited from
Dimension
def parseTuple[N](t: (N, String))(num: Numeric[N]): Try[MagneticFieldStrength]
Inherited from
Dimension
def symbolToUnit(symbol: String): Option[UnitOfMeasure[MagneticFieldStrength]]

Maps a string representation of a unit symbol into the matching UnitOfMeasure object

Maps a string representation of a unit symbol into the matching UnitOfMeasure object

Value Params
symbol

String

Inherited from
Dimension

Implicits

Inherited implicits