Creates a new datatype from a strided 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_hvector( int count, int blocklength, IntPtr stride, int oldtype, out int newtype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_hvector ( _ count As Integer, _ blocklength As Integer, _ stride As IntPtr, _ oldtype As Integer, _ <OutAttribute> ByRef newtype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_hvector( int count, int blocklength, IntPtr stride, int oldtype, [OutAttribute] int% newtype ) |
Parameters
- count
- Type: System..::.Int32
- blocklength
- Type: System..::.Int32
- stride
- Type: System..::.IntPtr
- oldtype
- Type: System..::.Int32
- newtype
- Type:
System..::.Int32
%