operator * method
Get new DoubleField of this value * other
other
may be of the following:
DoubleField - IntField - NumField - double - int
Implementation
DoubleField operator *(dynamic other) => _getMathOperationQuery('*', other);
Get new DoubleField of this value * other
other
may be of the following:
DoubleField - IntField - NumField - double - int
DoubleField operator *(dynamic other) => _getMathOperationQuery('*', other);