RuntimeUnit

coulomb.RuntimeUnit
See theRuntimeUnit companion object
sealed abstract class RuntimeUnit

Attributes

Companion
object
Source
runtime.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Div
class Mul
class Pow
class UnitConst
class UnitType

Members list

Value members

Concrete methods

def *(rhs: RuntimeUnit): Mul

Attributes

Source
runtime.scala
def /(den: RuntimeUnit): Div

Attributes

Source
runtime.scala
def ^(e: Rational): Pow

Attributes

Source
runtime.scala
def toRational: Either[String, Rational]

Attributes

Source
runtime.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
runtime.scala