Evaluates the radial Zernike polynomial of the specified degree.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double ZernikeR(
int radialDegree,
int azimuthalFrequency,
double x
)
Public Shared Function ZernikeR (
radialDegree As Integer,
azimuthalFrequency As Integer,
x As Double
) As Double
public:
static double ZernikeR(
int radialDegree,
int azimuthalFrequency,
double x
)
static member ZernikeR :
radialDegree : int *
azimuthalFrequency : int *
x : float -> float
Parameters
- radialDegree
- Type: SystemInt32
The radial degree of the radial Zernike polynomial. - azimuthalFrequency
- Type: SystemInt32
The azimuthal frequency of the radial Zernike polynomial. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe value of the radial Zernike polynomial
with radial degree
radialDegree and
azimuthal frequency
azimuthalFrequency
evaluated at
x.
Reference