SingleValueStateUpdaterValue Property |
Gets or sets the value that will be used to update the state.
This value could add an value to a specified element, or it could
several values in the propagated state could be multiplied by this value.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Value { get; set; }
Public Property Value As Scalar
Get
Set
public:
property Scalar^ Value {
Scalar^ get ();
void set (Scalar^ value);
}
member Value : Scalar with get, set
Property Value
Type:
ScalarSee Also