Evaluates the standard normalization constant for Zernike polynomials
of the specified degree.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double ZernikeNormalization(
int radialDegree,
int azimuthalFrequency
)
Public Shared Function ZernikeNormalization (
radialDegree As Integer,
azimuthalFrequency As Integer
) As Double
public:
static double ZernikeNormalization(
int radialDegree,
int azimuthalFrequency
)
static member ZernikeNormalization :
radialDegree : int *
azimuthalFrequency : int -> float
Parameters
- radialDegree
- Type: SystemInt32
The radial degree of the Zernike polynomial. - azimuthalFrequency
- Type: SystemInt32
The azimuthal frequency of the Zernike polynomial.
Return Value
Type:
Double
Reference