Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Take the lesser of 2

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

    Take the lesser of 2

    Hi,
    a simple question : i need to take the lesser of 2 Low.
    For example i have Low[0] and Low[1]
    x = lesser of 2

    Which is the right syntax ?

    Thank in advance

    Luca

    #2
    Hello,

    Thank you for the question.

    You could use the Math.Min method for this.



    A simple example would be:

    Code:
    double myMin = Math.Min(Low[0], Low[1]);
    I look forward to being of further assistance.

    Comment


      #3
      Thank you very much !

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      173 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      328 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      252 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      354 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      181 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X