Contains a mapping from value types to their MPI datatype equivalents
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected static Dictionary<Type, int> cache |
| Visual Basic (Declaration) |
|---|
Protected Shared cache As Dictionary(Of Type, Integer) |
| Visual C++ |
|---|
protected: static Dictionary<Type^, int>^ cache |