| GraphNode Conversion Operators |
| Name | Description | |
|---|---|---|
| (GraphNode to Vertex) |
Converts this instance to a Vertex instance.
| |
| (GraphNode to Edge) |
Converts this instance to an Edge instance.
| |
| (GraphNode to Path) |
Converts this instance to a Path instance.
| |
| (GraphNode to String) |
Converts this instance to a string representation.
| |
| (GraphNode to Int16) |
Converts this instance to a short representation.
| |
| (GraphNode to Int32) |
Converts this instance to an int representation.
| |
| (GraphNode to Int64) |
Converts this instance to a long representation.
| |
| (GraphNode to Single) |
Converts this instance to a float representation.
| |
| (GraphNode to Double) |
Converts this instance to a long representation.
| |
| (GraphNode to Boolean) |
Converts this instance to a boolean representation.
|