Click or drag to resize

SphericalTabularGainDataEvaluate Method (Cartesian)

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 double Evaluate(
	Cartesian direction
)

Parameters

direction
Type: AGI.Foundation.CoordinatesCartesian
Cartesian which represents the direction at which the gain should be evaluated.

Return Value

Type: Double
The gain (in linear units) evaluated in the given direction using bi-linear interpolation.
See Also