infinite-value

Express mathematical infinity in C#

Is it possible to express (mathematical) infinity, positive or negative, in C#? If so, how? ...

Is there something that's larger than any numbers in PHP?

I need to simulate a ∞ in PHP. So that min(∞,$number) is always $number. ...