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
  1. Home
  2. General Programming
  3. C#
  4. get the float value with 5 decimal place [modified]

get the float value with 5 decimal place [modified]

Scheduled Pinned Locked Moved C#
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cyn8
    wrote on last edited by
    #1

    hi, how do i set the decimal place of a float? i have, double Value = 3.40292e+038; then i want to get the float value with 5 decimal place. First i need to cast double into float, float x=(float)Value; what code should i use to be able to get x==3.40282e+038?

    modified on Thursday, December 13, 2007 12:12:20 AM

    P 1 Reply Last reply
    0
    • C cyn8

      hi, how do i set the decimal place of a float? i have, double Value = 3.40292e+038; then i want to get the float value with 5 decimal place. First i need to cast double into float, float x=(float)Value; what code should i use to be able to get x==3.40282e+038?

      modified on Thursday, December 13, 2007 12:12:20 AM

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      Do you have this working yet?

      "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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