SphericalHarmonicCoefficients Constructor (Int32, Int32) | 
 
            Initializes a new instance according to the provided parameters.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SphericalHarmonicCoefficients(
	int degree,
	int order
)
Public Sub New ( 
	degree As Integer,
	order As Integer
)
public:
SphericalHarmonicCoefficients(
	int degree, 
	int order
)
new : 
        degree : int * 
        order : int -> SphericalHarmonicCoefficientsParameters
- degree
 - Type: SystemInt32
The degree of the coefficient set. - order
 - Type: SystemInt32
The order of the coefficient set. 
See Also