ProblemPart.GetInteger C# (CSharp) Method

GetInteger() public method

public GetInteger ( ) : int
return int
    public virtual int GetInteger()
    {
        throw new Exception ("There is no way to represent this problem part as an integer.");
    }