Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Saeed Jafarian

@Saeed Jafarian
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to set digits precision of a float
    S Saeed Jafarian

    float f=2.37037E-08 Math.Round(f, 2); textbox1.Text = f.ToString(); still the same problem and the textbox shows 2.37037E-08 :( :((

    C# tutorial question

  • how to set digits precision of a float
    S Saeed Jafarian

    in win application we don`t use console and this syntax does not help,for example: textbox1.text=string.format("{0:n2}", variable); and the textbox1 shows: 0.00

    C# tutorial question

  • how to set digits precision of a float
    S Saeed Jafarian

    hi i have a code like this: float f = d / (c * b * a) / 1000000; string.Format("{0:0.00}",f); txtdansite1.Text = f.ToString(); it still does not work and it has the float`s default precision. help me please

    C# tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups