Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public override Motion<double> Evaluate(
	Cartesian direction,
	int order
)

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: MotionDouble
The gain (in linear units) evaluated in the given direction using bi-linear interpolation.
See Also