Click or drag to resize

ScalarWeightLinkExtension Constructor (Scalar)

Initializes a new instance given an instance of the Scalar type.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarWeightLinkExtension(
	Scalar scalarWeight
)

Parameters

scalarWeight
Type: AGI.Foundation.GeometryScalar
The computational weight Scalar associated with the link.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if scalarWeight is null.
See Also