-->

Dec 17, 2014

Fix and Int in VB.Net

Fix and Int in VB.Net
S.NoFixInt
1Fix returns the first negative integer greater than or equal to Provided number. Int return the first negative integer less than or equal to Provided number.

Function and Sub in VB.Net

Function and Sub in VB.net
S.NoFunctionSub
1Return Values. Does Not Return Values.