VeriStand .NET API Reference

VoidValue Members

The VoidValue type exposes the following members.

NameDescription
VoidValue
Overloaded. Initializes a new instance of VoidValue.

Methods

NameDescription
Clone Creates a new object that is a copy of the current data resource. (Inherited from DataResource.)
CompareTo
Overloaded. Compares this instance to a specified object and returns an integer that indicates their relationship to each other.
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 Converts the specified string to an empty string. (Overrides ScalarDataValue.FromString(String).)
GetBytes Returns the data value as an array of bytes. (Inherited from DataValue.)
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.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
SetBytes Sets the value of VoidValue based on Bytes. Using this method has no effect. (Overrides DataValue.SetBytes(Byte[]).)
ToBoolean Returns false (False in Visual Basic). (Overrides ScalarDataValue.ToBoolean().)
ToDouble Returns a a value that is not a number (NaN). (Overrides ScalarDataValue.ToDouble().)
ToInt32 Returns zero as a 32-bit signed integer. (Overrides ScalarDataValue.ToInt32().)
ToInt64 Returns zero as a 64-bit signed integer. (Overrides ScalarDataValue.ToInt64().)
ToString Returns a string representation of zero. (Overrides Object.ToString().)
ToUInt32 Returns zero as a 32-bit unsigned integer. (Overrides ScalarDataValue.ToUInt32().)
ToUInt64 Returns zero as a 64-bit unsigned integer. (Overrides ScalarDataValue.ToUInt64().)

Properties

NameDescription
Size Gets the size of the void value. (Overrides DataValue.Size.)
Type Gets the data type of the void value. (Overrides DataValue.Type.)
Units Gets or sets the units of the data value. Units can be any string that makes sense for the data value. (Inherited from DataValue.)
ValueAsString Gets or sets the value as a string. (Inherited from ScalarDataValue.)

Events

NameDescription
PropertyChanged Occurs when a property value changes. (Inherited from DataResource.)

See Also

Log in to get a better experience