The number of nanoseconds in the timeout.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Nanoseconds As Integer
C#
public int Nanoseconds { get; }
Visual C++
public:
property int Nanoseconds {
	int get ();
}
JavaScript
function get_nanoseconds();

Field Value

The number of nanoseconds in the timeout.

Remarks

The magnitude of the number of nanoseconds must lie between 0 and 999999999. For larger timeouts, the Seconds property is used as well. In that case, the Nanoseconds property denotes the fractional seconds in the timeout.

For negative timeouts, this property and the Seconds property will be negative.

See Also