Fix and Int in VB.Net
S.No | Fix | Int |
1 | Fix 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. |