[This is preliminary documentation and is subject to change.]
Computes the size of a datatype.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.0.0)
Syntax
| C# |
|---|
public static int MPI_Type_size( int datatype, out int size ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Type_size ( _ datatype As Integer, _ <OutAttribute> ByRef size As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Type_size( int datatype, [OutAttribute] int% size ) |
Parameters
- datatype
- Type: System..::.Int32
The MPI datatype.
- size
- Type:
System..::.Int32
%
Pointer to an integer, which will be assigned the size of the data type (in bytes).