|
CompoundValueT(Int32) Constructor
|
Creates a new
CompoundValueT specifing the total number of composite values to track.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public CompoundValue(
int count
)
Public Sub New (
count As Integer
)
public:
CompoundValue(
int count
)
new :
count : int -> CompoundValue
GSF.CompoundValue = function(count);
View SourceParameters
- 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