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 perform floating-point division.
Dim MyValue
MyValue = 10 /
4 ' Returns 2.5.
MyValue = 10 /
3 ' Returns 3.333333.