How do we get temperature value between the range using LINQ C#

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
I am passing the Turban variable value "2500". If this will check between the range of min and max column.
if this value ("2500") within the range of min and max, then we should get the temperature value.

Example data table given below.

1620046.jpg

For this case, Temp value is ==> 7.5

How do we form a code using LINQ C#.

Continue reading...
 
Back
Top