operators
what is the deifference between / \
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 13, 2012, 4:39 AM
However, in VB.NET both '/' and '\' are operators. The former always uses floating point division (even if the operands are integers) and the latter always uses integer division.