This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
* Operator Example
This example uses the
* operator to multiply two numbers.
Dim MyValue
MyValue = 2 *
2 ' Returns 4.
MyValue = 459.35 *
334.90 ' Returns 153836.315.