Node  Conversion (Node to Int32)Naiad Help

[This is preliminary documentation and is subject to change.]

Implicitly extracts the integer index of a node

Namespace: Microsoft.Research.Naiad.Frameworks.GraphLINQ
Assembly: Microsoft.Research.Naiad.GraphLINQ (in Microsoft.Research.Naiad.GraphLINQ.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public static implicit operator int (
	Node node
)

Parameters

node
Type: Microsoft.Research.Naiad.Frameworks.GraphLINQNode
The node.

Return Value

Type: Int32
The unique index of the node.
See Also

Reference