Get a number with spcific number of digits after the point

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!
 
D

David Wilkinson

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
 
G

Guest

Ok :)

David Wilkinson said:
Niron:

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

microsoft.public.dotnet.languages.csharp

David Wilkinson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top