PropagationStateArray Structure |
Namespace: AGI.Foundation.Propagators
The PropagationStateArray type exposes the following members.
| Name | Description | |
|---|---|---|
| PropagationStateArray |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| IndicesIntoOverallState |
Gets the set of indices for each sub-state element which represent the
indices into the OverallState.
| |
| Item |
Gets or sets the value of the element at the given sub-state index.
The value represents the element in the overall state at
| |
| Length |
Gets the length of this sub-state.
| |
| OverallState |
Gets the overall state array which this sub-state maps into.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(PropagationStateArray) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
| GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Equality |
Returns if the two instances are exactly equal.
| |
| Inequality |
Returns if the two instances are not exactly equal.
|