[This is preliminary documentation and is subject to change.]
Retrieve the neighbors of another process.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public override int[] NeighborsOf( int Rank ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function NeighborsOf ( _ Rank As Integer _ ) As Integer() |
| Visual C++ |
|---|
public: virtual array<int>^ NeighborsOf( int Rank ) override |
Parameters
- Rank
- Type: System..::.Int32
The rank of the process to be queried.