PropagationStateArrayItem 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: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemInt32
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