Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Christoph Strobl opened DATAMONGO-1097 and commented
new Update().multiply("myfield").by(3.14159265F);
should result in
{ $mul: { myfield : 3.14159265 } }
Reference URL: http://docs.mongodb.org/manual/reference/operator/update/mul/
Referenced from: pull request #249
The text was updated successfully, but these errors were encountered:
christophstrobl
No branches or pull requests
spring-projects-issues commentedNov 18, 2014
Christoph Strobl opened DATAMONGO-1097 and commented
should result in
Reference URL: http://docs.mongodb.org/manual/reference/operator/update/mul/
Referenced from: pull request #249
The text was updated successfully, but these errors were encountered: