Section.check C# (CSharp) Method

check() public method

public check ( ) : string
return string
    public string check()
    {
        //for testing
        return t_upToHere + " + " + t_inSection + " = " + t_end + "   /   accel: " + accel;
    }