Creates a new datatype from discontiguous blocks 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_hindexed( int count, int[] array_of_blocklengths, IntPtr[] array_of_displacements, int oldtype, out int newtype ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_hindexed ( _ count As Integer, _ array_of_blocklengths As Integer(), _ array_of_displacements As IntPtr(), _ oldtype As Integer, _ <OutAttribute> ByRef newtype As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_hindexed( int count, array<int>^ array_of_blocklengths, array<IntPtr>^ array_of_displacements, int oldtype, [OutAttribute] int% newtype ) |
Parameters
- count
- Type: System..::.Int32
- array_of_blocklengths
- Type: array<
System..::.Int32
>[]()[]
- array_of_displacements
- Type: array<
System..::.IntPtr
>[]()[]
- oldtype
- Type: System..::.Int32
- newtype
- Type:
System..::.Int32
%