BaseScale<D, R extends num> class
abstract
将给定的domain映射到range
- Implementers
Properties
Methods
-
domainValue(
covariant num rangeData) → D -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rangeValue(
DynamicData domainData) → num -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited