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