Click or drag to resize

CompoundValueT(Int32) Constructor

Creates a new CompoundValueT specifing the total number of composite values to track.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public CompoundValue(
	int count
)
View Source

Parameters

count  Int32
Total number of composite values to track.
Remarks
The specified count of items are added to the CompoundValueT, each item will be marked as unassigned (i.e., null).
See Also