VeriStand .NET API Reference

I64ValueArray Constructor

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

See Also

Log in to get a better experience