Click or drag to resize

NativeProcedureDatapoint(TimeSpan, IReadOnlyCollectionLiveDataValue) Constructor

Initializes a new instance of the NativeProcedureDatapoint class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.NativeProcedure
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public NativeProcedureDatapoint(
	TimeSpan time,
	IReadOnlyCollection<LiveDataValue> liveValues
)

Parameters

time  TimeSpan
The procedure time of the datapoint.
liveValues  IReadOnlyCollectionLiveDataValue
The live values.
See Also