I'm studying Boxing in C#. And it says if a value type such as a struct implements an interface, there is a boxing operation when we assign an object of type struct to a variable of the type of the interface that has been implemented by the struct.
Now this is my question. Is there any built-in value type such as "int" or "double" that has implemented any interface?