A
Altramagnus
Does .Net framework has class that
can support the computation of range of values?
For example, if I have a range of [1.23,4.45)
and i can subtract a range (1.5,2.3]
and will get a range of [1.23,1.5], (2.3,4.45)
Thanks.
can support the computation of range of values?
For example, if I have a range of [1.23,4.45)
and i can subtract a range (1.5,2.3]
and will get a range of [1.23,1.5], (2.3,4.45)
Thanks.