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.2.419.0 (24.2.419.0)
Syntax public ScalarWeightLinkExtension(
Scalar scalarWeight
)
Public Sub New (
scalarWeight As Scalar
)
public:
ScalarWeightLinkExtension(
Scalar^ scalarWeight
)
new :
scalarWeight : Scalar -> ScalarWeightLinkExtension
Parameters
- scalarWeight
- Type: AGI.Foundation.GeometryScalar
The computational weight Scalar associated with the link.
Exceptions See Also