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