VeriStand .NET API Reference

I32ValueArray Constructor

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

See Also