Britbot
double Britbot.Navigator.Node.F ( ) [inline]

calculates the F function (what we are minimizing)

Returns:
F value

Definition at line 257 of file Node.cs.

            {
                return (this.H + this.G);
            }