PropagationStateArray.Item Property |
Gets or sets the value of the element at the given sub-state index.
The value represents the element in the overall state at
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Double
Get
Set
public:
property double default[int index] {
double get (int index);
void set (int index, double value);
}
member Item : float with get, set
Parameters
- index
- Type: System.Int32
The index into this sub-state (not the index into the overall state).
Return Value
Type:
DoubleThe value at the given sub-state index.
See Also