[This is preliminary documentation and is subject to change.]
Creates a new datatype from a strided 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_vector( int count, int blocklength, int stride, int oldtype, out int newtype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_vector ( _ count As Integer, _ blocklength As Integer, _ stride As Integer, _ oldtype As Integer, _ <OutAttribute> ByRef newtype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_vector( int count, int blocklength, int stride, int oldtype, [OutAttribute] int% newtype ) |
Parameters
- count
- Type: System..::.Int32
- blocklength
- Type: System..::.Int32
- stride
- Type: System..::.Int32
- oldtype
- Type: System..::.Int32
- newtype
- Type:
System..::.Int32
%