Get the MPI datatype associated with the given type.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int GetDatatype( Type type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetDatatype ( _ type As Type _ ) As Integer |
| Visual C++ |
|---|
public: static int GetDatatype( Type^ type ) |
Parameters
- type
- Type: System..::.Type
The type for which we want to build or find an MPI datatype.