Numbered symbols More...
Properties | |
int | Int [get] |
The int value of the symbol. More... | |
![]() | |
Z3_symbol_kind | Kind [get] |
The kind of the symbol (int or string) More... | |
![]() | |
Context | Context [get] |
Access Context object More... | |
Additional Inherited Members | |
![]() | |
bool | IsIntSymbol () |
Indicates whether the symbol is of Int kind More... | |
bool | IsStringSymbol () |
Indicates whether the symbol is of string kind. More... | |
override string | ToString () |
A string representation of the symbol. More... | |
override bool | Equals (object o) |
Object comparison. More... | |
override int | GetHashCode () |
The Symbol's hash code. More... | |
![]() | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
![]() | |
static bool | operator== (Symbol s1, Symbol s2) |
Equality overloading. More... | |
static bool | operator!= (Symbol s1, Symbol s2) |
Equality overloading. More... | |
![]() | |
Symbol (Context ctx, IntPtr obj) | |
Symbol constructor More... | |
Numbered symbols
Definition at line 29 of file IntSymbol.cs.
|
get |
The int value of the symbol.
Throws an exception if the symbol is not of int kind.
Definition at line 35 of file IntSymbol.cs.