Method Mul
Mul(string, double)
Multiplies the named element by a value (see $mul).
public UpdateBuilder Mul(string name, double value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Mul(string, int)
Multiplies the named element by a value (see $mul).
public UpdateBuilder Mul(string name, int value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Mul(string, long)
Multiplies the named element by a value (see $mul).
public UpdateBuilder Mul(string name, long value)
Parameters
Returns
- UpdateBuilder
The builder (so method calls can be chained).