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