Creates a new datatype from a contiguous block of values
of the same type. Not used by MPI.NET.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.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 ) |