Indicates whether the timeout is negative. Absolute timeouts are never negative.

Namespace:  Quanser.Common
Assembly:  Quanser.Common (in Quanser.Common.dll)

Syntax

Visual Basic (Declaration)
Public Function IsNegative As Boolean
C#
public bool IsNegative()
Visual C++
public:
bool IsNegative()
JavaScript
function isNegative();

Return Value

Returns true if the timeout is negative and false otherwise.

Remarks

This method returns true if the timeout is negative and false otherwise. A negative timeout will have both a negative Seconds field and a negative Nanoseconds field. Either field may also be zero. Absolute timeouts are never negative.

See Also