add<E extends num> method
Adds other
to this number.
This does not set the value for this ActiveDouble.
Implementation
double add<E extends num>(E other) {
return _value + other;
}
Adds other
to this number.
This does not set the value for this ActiveDouble.
double add<E extends num>(E other) {
return _value + other;
}