View source

abstract thx.unit.current.Ampere(Decimal)

Available on all platforms

Class Fields

inline var symbol(default,null):String

inline function equals(self:Ampere, that:Ampere):Bool

inline function fromDecimal(value:Decimal):Ampere

inline function fromFloat(value:Float):Ampere

inline function fromInt(value:Int):Ampere

inline function greater(self:Ampere, that:Ampere):Bool

inline function greaterEquals(self:Ampere, that:Ampere):Bool

inline function less(self:Ampere, that:Ampere):Bool

inline function lessEquals(self:Ampere, that:Ampere):Bool

function nearEquals(self:Ampere, that:Ampere):Bool

inline function notEquals(self:Ampere, that:Ampere):Bool

Instance Fields

inline function abs():Ampere

inline function add(that:Ampere):Ampere

inline function divide(that:Decimal):Ampere

inline function equalsTo(that:Ampere):Bool

inline function greaterEqualsTo(that:Ampere):Bool

inline function greaterThan(that:Ampere):Bool

inline function lessEqualsTo(that:Ampere):Bool

inline function lessThan(that:Ampere):Bool

inline function max(that:Ampere):Ampere

inline function min(that:Ampere):Ampere

inline function modulo(that:Decimal):Ampere

inline function multiply(that:Decimal):Ampere

function nearEqualsTo(that:Ampere):Bool

inline function negate():Ampere

inline function notEqualsTo(that:Ampere):Bool

inline function subtract(that:Ampere):Ampere

inline function toAmpere():Ampere

inline function toDecimal():Decimal

inline function toFloat():Float

inline function toString():String