Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Scripting
VBScript
 Integer Division Operator (\)

  Switch on low bandwidth view
This page is specific to
.NET Framework 3.0

Other versions are also available for the following:
Visual Basic Scripting Edition
Integer Division Operator (\)

Divides two numbers and returns an integer result.

result = number1\number2
result

Any numeric variable.

number1

Any numeric expression.

number2

Any numeric expression.

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

If any expression is Null, result is also Null. Any expression that is Empty is treated as 0.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker