The Unbounded package provides a generic Unbounded struct, which extends the concept of NegativeInfinity, PositiveInfinity, and None to any comparable struct. This allows you to represent a wider range of values, including infinite and undefined ones, in a type-safe manner.
Nuget Package Unbounded
Install-Package Unbounded