Click or drag to resize

InitialStateSegmentT Constructor (T)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public InitialStateSegment(
	T state
)

Parameters

state
Type: T
The initial state that this segment will propagate.
See Also