-->

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.