toInt abstract method

int toInt()

Converts valid a LogicValue to an int.

Throws an Exception if not isValid or the value doesn't fit in an int.

Implementation

int toInt();