VeriStand .NET API Reference

BooleanValueArray Constructor

NameDescription
BooleanValueArray() Initializes a new instance of BooleanValueArray with an empty array of BooleanValue objects.
BooleanValueArray(BooleanValue[]) Initializes a new instance of BooleanValueArray with the specified array of BooleanValue objects.
BooleanValueArray(BooleanValueArray) Initializes a new instance of BooleanValueArray by copying an existing BooleanValueArray instance.
BooleanValueArray(Boolean[]) Initializes a new instance of BooleanValueArray with the specified array of Boolean values.
BooleanValueArray(IEnumerable(Boolean)) Initializes a new instance of BooleanValueArray with the specified list of Boolean values.

See Also

Log in to get a better experience