SignalReference Structure

Represents a signal that can be referenced by its constituent components.

Definition

Namespace: Gemstone.Numeric.EE
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b
public struct SignalReference : IEquatable<SignalReference>, 
	IComparable<SignalReference>
Inheritance
Object    ValueType    SignalReference
Implements
IComparableSignalReference, IEquatableSignalReference

Constructors

SignalReference Creates a new SignalReference.

Methods

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)
GetTypeGets 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.

Operators

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.

Fields

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.

See Also