Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index into this sub-state (not the index into the overall state).

Return Value

Type: Double
The value at the given sub-state index.
See Also