In a Value type variables like bool, int or float how to check if there is no value in that variable yet?

to check for a null in reference variable, we can check for null. Howz it possible for value types?

nath