ProblemPart.GetInteger C# (CSharp) Méthode

GetInteger() public méthode

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