Initializes a new instance of Duration to the specified number of nanoseconds.
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.0
Syntax public Duration(
long nanoseconds
)
Public Sub New (
nanoseconds As Long
)
public:
Duration(
long long nanoseconds
)
Parameters
- nanoseconds
- Type: SystemInt64
See Also