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: 25.1.421.0 (25.1.421.0)
Syntaxpublic override double Evaluate(
	Cartesian direction
)
Public Overrides Function Evaluate ( 
	direction As Cartesian
) As Double
public:
virtual double Evaluate(
	Cartesian direction
) override
abstract Evaluate : 
        direction : Cartesian -> float 
override Evaluate : 
        direction : Cartesian -> float Parameters
- direction
 - Type: AGI.Foundation.CoordinatesCartesian
Cartesian which represents the direction at which the gain should be evaluated. 
Return Value
Type: 
DoubleThe gain (in linear units) evaluated in the given direction 
            using bi-linear interpolation.
See Also