SphericalTabularGainDataEvaluate Method (Cartesian, Int32) |
Evaluate the gain given the cartesian direction expressed in the antennas axes.
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 override Motion<double> Evaluate(
Cartesian direction,
int order
)
Public Overrides Function Evaluate (
direction As Cartesian,
order As Integer
) As Motion(Of Double)
public:
virtual Motion<double> Evaluate(
Cartesian direction,
int order
) override
abstract Evaluate :
direction : Cartesian *
order : int -> Motion<float>
override Evaluate :
direction : Cartesian *
order : int -> Motion<float>
Parameters
- direction
- Type: AGI.Foundation.CoordinatesCartesian
Cartesian which represents the direction at which the gain should be evaluated. - order
- Type: SystemInt32
The suggested order of the evaluation
(which for this method is ignored and the result will be zeroth order).
Return Value
Type:
MotionDoubleThe gain (in linear units) evaluated in the given direction using bi-linear interpolation.
See Also