I have several similar methods, say eg. CalculatePoint(...) and CalculateListOfPoints(...). Occasionally, they may not succeed, and need to indicate this to the caller. For
Sorry, I just remembered the Nullable type, you should look at that. I am not too sure what the overhead is though.