Signal
|
public struct SignalReference : IEquatable<SignalReference>, IComparable<SignalReference>
The SignalReference type exposes the following members.
Name | Description | |
---|---|---|
SignalReference | Creates a new SignalReference. |
Name | Description | |
---|---|---|
CompareTo(Object) | Compares the current object with another object of the same type. | |
CompareTo(SignalReference) | Compares the current object with another object of the same type. | |
Equals(Object) |
Indicates whether the current object is equal to another object of the same type.
(Overrides ValueTypeEquals(Object)) | |
Equals(SignalReference) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode |
Returns the hash code for this SignalReference.
(Overrides ValueTypeGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString |
Returns a String that represents the current SignalReference.
(Overrides ValueTypeToString) | |
ToString(String, SignalKind) | Returns a String that represents the specified acronym and SignalKind. | |
ToString(String, SignalKind, Int32) | Returns a String that represents the specified acronym, SignalKind and index. |
Name | Description | |
---|---|---|
Equality(SignalReference, SignalReference) | Compares two SignalReference values for equality. | |
GreaterThan(SignalReference, SignalReference) | Returns true if left SignalReference value is greater than right SignalReference value. | |
GreaterThanOrEqual(SignalReference, SignalReference) | Returns true if left SignalReference value is greater than or equal to right SignalReference value. | |
Inequality(SignalReference, SignalReference) | Compares two SignalReference values for inequality. | |
LessThan(SignalReference, SignalReference) | Returns true if left SignalReference value is less than right SignalReference value. | |
LessThanOrEqual(SignalReference, SignalReference) | Returns true if left SignalReference value is less than or equal to right SignalReference value. |
Name | Description | |
---|---|---|
Acronym | Gets or sets the acronym of this SignalReference. | |
CellIndex | Gets or sets the cell index, if applicable, of this SignalReference. | |
Index | Gets or sets the signal index of this SignalReference. | |
Kind | Gets or sets the SignalKind of this SignalReference. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |