Node StructureNaiad Help

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

Represents a node (vertex) in a graph.

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 struct Node : IEquatable<Node>

The Node type exposes the following members.

Constructors

  NameDescription
Public methodNode
Constructs a node with the given index.
Top
Methods

  NameDescription
Public methodEquals
Returns true if this node and the other node have the same index.
Public methodGetHashCode
GetHashCode override
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns a string representation of this node.
(Overrides ValueTypeToString.)
Public methodWithValueTValue
Top
Operators

  NameDescription
Public operatorStatic member(Node to Int32)
Implicitly extracts the integer index of a node
Top
Fields

  NameDescription
Public fieldindex
The unique index of the node.
Top
See Also

Reference