[This is preliminary documentation and is subject to change.]
Create a group from the intersection of two groups. See BitwiseAnd(Group, Group).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Group_intersection( int group1, int group2, out int newgroup ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Group_intersection ( _ group1 As Integer, _ group2 As Integer, _ <OutAttribute> ByRef newgroup As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Group_intersection( int group1, int group2, [OutAttribute] int% newgroup ) |