Determines the extent of the datatype.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static int MPI_Type_extent( int datatype, out IntPtr extent ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_extent ( _ datatype As Integer, _ <OutAttribute> ByRef extent As IntPtr _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_extent( int datatype, [OutAttribute] IntPtr% extent ) |
Parameters
- datatype
- Type: System..::.Int32
The datatype to query.
- extent
- Type:
System..::.IntPtr
%
Receives the extent of datatype.