VeriStand .NET API Reference

U64ValueArray Methods

The U64ValueArray type exposes the following members.

NameDescription
Clone Creates a new object that is a copy of the current data resource. (Inherited from DataResource.)
Equals
Overloaded. Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses Body and the CaseValue to determine equivalency.
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
FromString Builds the current DataValueArray(T) from the specified string. (Inherited from DataValueArray(T).)
GetBytes Returns DataValueArray(T) as an array of bytes. (Inherited from DataValueArray(T).)
GetHashCode Serves as a hash function for a DataValue object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from DataValue.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
GetValues Returns the values of DataValueArray(T). (Inherited from DataValueArray(T).)
IsEqualTo
Overloaded. Determines whether the specified DataValueArray is equal to the current DataValueArray.
IsGreaterThan
Overloaded. Determines whether the value of each element in the current DataValueArray is greater than the corresponding value in the specified DataValueArray.
IsGreaterThanOrEqualTo
Overloaded. Determines whether the value of each element in the current DataValueArray is greater than or equal to the corresponding value in the specified DataValueArray.
IsLessThan
Overloaded. Determines whether the value of each element in the current DataValueArray is less than the corresponding value in the specified DataValueArray.
IsLessThanOrEqualTo
Overloaded. Determines whether the value of each element in the current DataValueArray is less than or equal to the corresponding value in the specified DataValueArray.
IsNotEqualTo
Overloaded. Determines whether the value of each element in the current DataValueArray is not equal to the corresponding value in the specified DataValueArray.
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
SetBytes Sets DataValueArray(T) based on Bytes. (Inherited from DataValueArray(T).)
ToString Returns a string representation of DataValueArray(T) (Inherited from DataValueArray(T).)

See Also

Log in to get a better experience