Special.ZernikeR Method

Evaluates the radial Zernike polynomial of the specified degree.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

Double
The value of the radial Zernike polynomial with radial degree radialDegree and azimuthal frequency azimuthalFrequency evaluated at x.

Exceptions

ArgumentOutOfRangeException

radialDegree is less than zero.

See Also