[This is preliminary documentation and is subject to change.]
Determine the number of elements transmitted by a communication operation.
See Count(Type).
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public static int MPI_Get_count( ref Unsafe..::.MPI_Status status, int datatype, out int count ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function MPI_Get_count ( _ ByRef status As Unsafe..::.MPI_Status, _ datatype As Integer, _ <OutAttribute> ByRef count As Integer _ ) As Integer |
| Visual C++ |
|---|
public: static int MPI_Get_count( Unsafe..::.MPI_Status% status, int datatype, [OutAttribute] int% count ) |
Parameters
- status
- Type:
MPI..::.Unsafe..::.MPI_Status
%
- datatype
- Type: System..::.Int32
- count
- Type:
System..::.Int32
%