Vb.NET Has Two Division Operators

There was also a bug with the number of blocks, apparently there are two different division operators in vb / and \, the first is a float division that rounds and the other is integer division.  So I was getting unusual results sometimes, like 16/10 = 2, when I wanted 16\10=1. 

http://stackoverflow.com/questions/6013626/vb-net-vs-c-sharp-integer-division?rq=1

Comments

Popular posts from this blog

Asp.net Publishing Broke Site - "App_WebReferences is not allowed because the application is precompiled"

Telerik - Custom Group Footers In RadGrid

Bootstrap Modal Popup is Grayed Out