This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/= Operator
Divides the value of a variable by the value of an expression and assigns the result to the variable.
Arguments
- Part
- Description
- variable
- Required; any numeric .
- expression
- Required; any numeric .
See Also
&= Operator | *= Operator | += Operator | -= Operator | / Operator | = Operator | \= Operator | ^= Operator