Determine the number of elements transmitted by the communication
operation associated with this object.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Nullable<int> Count( Type type ) |
| Visual Basic (Declaration) |
|---|
Public Function Count ( _ type As Type _ ) As Nullable(Of Integer) |
| Visual C++ |
|---|
public: Nullable<int> Count( Type^ type ) |
Parameters
- type
- Type: System..::.Type
The type of data that will be stored in the message.