Returns the resolution of
Time, in seconds.
Namespace:
MPI
Assembly:
MPI (in MPI.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static double TimeResolution { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property TimeResolution As Double |
| Visual C++ |
|---|
public:
static property double TimeResolution {
double get ();
} |
See Also