LogConverter class

A logarithmic converter.

Inheritance

Properties

base double
The logarithmic base of this converter.
final
hashCode int
The hash code for this object.
no setterinherited
inverse → _InverseLogConverter
The inverse of this converter.
no setteroverride
invLogBase double
The inverse of the natural logarithm of the base.
no setter
isLinear bool
Indicates if this converter is linear.
no setteroverride
logBase double
The natural logarithm of the base.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

concatenate(UnitConverter converter) UnitConverter
Concatenates this converter with another converter.
inherited
convert(double amount) double
Converts a double value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override