DurationFromNanoseconds Method  | 
 
Returns a duration that represents the specified number of nanoseconds.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic static Duration FromNanoseconds(
	long nanoseconds
)
Public Shared Function FromNanoseconds ( 
	nanoseconds As Long
) As Duration
public:
static Duration FromNanoseconds(
	long long nanoseconds
)
Parameters
- nanoseconds
 - Type: SystemInt64
 
Return Value
Type: 
Duration
See Also