WeightedDirection Constructor (UnitCartesian, Double) |
Initializes a new instance.
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 WeightedDirection(
UnitCartesian direction,
double weightingMetric
)
Public Sub New (
direction As UnitCartesian,
weightingMetric As Double
)
public:
WeightedDirection(
UnitCartesian direction,
double weightingMetric
)
new :
direction : UnitCartesian *
weightingMetric : float -> WeightedDirection
Parameters
- direction
- Type: AGI.Foundation.CoordinatesUnitCartesian
The direction. - weightingMetric
- Type: SystemDouble
The associated weighting metric.
See Also