Thought the nullable possibility was written in the SQL stored procedure parameters genotype. It was then obvious to add a Nullable<T> mapping in the CLR stored procedure for each CLR types...
Nevermind, I use an extra boolean parameter to tell the stored proc if the value is null, waiting to migrate my DBs to SQL Server 2008.