Special.Zernike R Method
Evaluates the radial Zernike polynomial of the specified degree.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the radial Zernike polynomial with radial degree radialDegree and azimuthal frequency azimuthalFrequency evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double ZernikeR(
int radialDegree,
int azimuthalFrequency,
double x
)
Parameters
- radialDegree Int32
- The radial degree of the radial Zernike polynomial.
- azimuthalFrequency Int32
- The azimuthal frequency of the radial Zernike polynomial.
- x Double
- A real number.
Return Value
DoubleThe value of the radial Zernike polynomial with radial degree radialDegree and azimuthal frequency azimuthalFrequency evaluated at x.
Exceptions
Argument | radialDegree is less than zero. |