Click or drag to resize

GraphNode  Conversion (GraphNode to Int32)

Converts this instance to an int representation.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public static implicit operator int (
	GraphNode b
)

Parameters

b
Type: Cassandra.DataStax.GraphGraphNode

Return Value

Type: Int32
See Also