Consume types

You are creating a custom Distance class. You want to ease the conversion from your Distance class to a double. What should you add?

Nothing; this is already possible.
An explicit cast operator.
An implicit cast operator.
A static Parse method.