[This is preliminary documentation and is subject to change.]
Creates a new datatype from a contiguous block of values of the same type.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Type_contiguous( int count, int oldtype, out int newtype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_contiguous ( _ count As Integer, _ oldtype As Integer, _ <OutAttribute> ByRef newtype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_contiguous( int count, int oldtype, [OutAttribute] int% newtype ) |