Indicates whether the timeout is zero.
Namespace:
Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function IsZero As Boolean |
| C# |
|---|
public bool IsZero() |
| Visual C++ |
|---|
public: bool IsZero() |
| JavaScript |
|---|
function isZero(); |
Return Value
Returns true if the timeout is zero and false otherwise.
Remarks
This method returns true if the timeout is zero and false otherwise. A zero
timeout will have both a zero Seconds field and a zero Nanoseconds
field.