operator / method
- dynamic other
Divides a value or another box algebraically.
Implementation
dynamic operator /(dynamic other) => (value as dynamic) / _extract(other);
Divides a value or another box algebraically.
dynamic operator /(dynamic other) => (value as dynamic) / _extract(other);