Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

rounding funtion to 2 decimal places

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    rounding funtion to 2 decimal places

    Good afternoon, I am trying to round a double variable to 2 decimal places to represent a specific price.

    I am currently using:


    variableRounded = ((int)Math.Round(variable/10))*10;

    This seems to round to the whole number.

    How can I round to 2 decimal places?

    Thanks so much for you help,
    Ryan

    #2
    Tonkingrf1551 Try this:
    Code:
    variableRounded = Math.Round(variable*100)/100;
    Thanks.
    Multi-Dimensional Managed Trading
    jeronymite
    NinjaTrader Ecosystem Vendor - Mizpah Software

    Comment


      #3
      Thank you very much jeronymite.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      169 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      88 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      128 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X