Determines whether the
Time value is synchronized
across all MPI processes (i.e., if
Time is a global
value).
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static bool IsTimeGlobal { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property IsTimeGlobal As Boolean |
| Visual C++ |
|---|
public:
static property bool IsTimeGlobal {
bool get ();
} |
See Also