Get a number with spcific number of digits after the point

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello !
With c# ,I want to get a number with a spcific number of digits after the
point ,
for example if the specific number is '2' :
for this number 334.23523
I want to get 334.23
How can I do it?
Thanks!
 
Niron said:
Hello !
With c# ,I want to get a number with a spcific number of digits after the
point ,
for example if the specific number is '2' :
for this number 334.23523
I want to get 334.23
How can I do it?
Thanks!

Niron:

You are posting in the VC newsgroup. You should be using the C# group:

microsoft.public.dotnet.languages.csharp

David Wilkinson
 
Back
Top