NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

\ Operator

Used to divide two numbers and return an integer result.

Arguments

Part
Description
result
Required; any numeric variable.
number1
Required; any numeric expression.
number2
Required; any numeric expression.

Remarks

Before division is performed, the numeric expressions are rounded to Byte, Integer, or Long expressions.

Usually, the data type of result is a Byte, Byteobject, Integer, Integerobject, Long, or Longobject, regardless of whether result is a whole number. Any fractional portion is truncated. However, if any expression isstated as Nothing, a Variable Not Set error occurs. Any expression that is Empty is treated as 0.

See Also

Example

\= Operator | Arithmetic Operators | Operator Precedence in Visual Basic | Operator Summary