Removes the links between one node and another.
Namespace: Spherical.NodesAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public bool RemoveEdge( Node<T> n1, Node<T> n2 ) |
Visual C++ |
---|
public: bool RemoveEdge( Node<T>^ n1, Node<T>^ n2 ) |
F# |
---|
member RemoveEdge : n1:Node<'T> * n2:Node<'T> -> bool |
Parameters
- n1
- Type: Spherical.Nodes..::..Node<(Of <(<'T>)>)>
One of the nodes.
- n2
- Type: Spherical.Nodes..::..Node<(Of <(<'T>)>)>
One of the nodes.
Return Value
[Missing <returns> documentation for "M:Spherical.Nodes.Graph`1.RemoveEdge(Spherical.Nodes.Node{`0},Spherical.Nodes.Node{`0})"]