I'd like to be able to do for example:

Nullable(3.) + 6 = Nullable(9.)

as well as

Nullable(3.) + Nullable(6) = Nullable(9)

All types interacting with Nullables -> Nullable

Reply via email to