Click or drag to resize

SingleValueStateUpdaterCreateMultiplySingleValueToScalar Method

Creates a SingleValueStateUpdater where the value will be multiplied with the scalar value in the propagated state.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static SingleValueStateUpdater CreateMultiplySingleValueToScalar(
	Scalar value,
	string elementIdentifier
)

Parameters

value
Type: AGI.Foundation.GeometryScalar
The value to multiply the scalar element in the propagated state.
elementIdentifier
Type: SystemString
The identifier of the scalar element in the propagated state.

Return Value

Type: SingleValueStateUpdater
A SingleValueStateUpdater where the value will be multiplied the scalar value in the propagated state.
See Also