[This is preliminary documentation and is subject to change.]
Frees an MPI datatype.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.9.0.0 (0.9.0.0)
Syntax
| C# |
|---|
public static int MPI_Type_free( ref int datatype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_free ( _ ByRef datatype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_free( int% datatype ) |
Parameters
- datatype
- Type:
System..::.Int32
%