How to take only whole number is decimal numbers?
Hi, All.
How to take only while number in decimal numbers
for example in 12549.67, i want only whole numbers(i.e) 12549.
How to take only while number in decimal numbers
for example in 12549.67, i want only whole numbers(i.e) 12549.
how is possible in c#?
like in asp using vbscript "Fix" function do this. In .Net using C# how is possible?,
i am tried Math.Abs,Math.Round, Math.ceiling all are give same result 12550.
thanks for advance
View full post on Tycoon Talk
decimal, number, numbers, only, take, Whole