[This is preliminary documentation and is subject to change.]
Contains a mapping from value types to their MPI datatype equivalents
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.8.0.0 (0.8.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 |