SecondPartialsOfHeight Constructor  | 
 
            Create a new instance.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SecondPartialsOfHeight(
	double longitudeLongitudePartial,
	double latitudeLatitudePartial,
	double longitudeLatitudeMixedPartial
)
Public Sub New ( 
	longitudeLongitudePartial As Double,
	latitudeLatitudePartial As Double,
	longitudeLatitudeMixedPartial As Double
)
public:
SecondPartialsOfHeight(
	double longitudeLongitudePartial, 
	double latitudeLatitudePartial, 
	double longitudeLatitudeMixedPartial
)
new : 
        longitudeLongitudePartial : float * 
        latitudeLatitudePartial : float * 
        longitudeLatitudeMixedPartial : float -> SecondPartialsOfHeightParameters
- longitudeLongitudePartial
 - Type: SystemDouble
The second partial derivative with respect to longitude. - latitudeLatitudePartial
 - Type: SystemDouble
The second partial derivative with respect to latitude. - longitudeLatitudeMixedPartial
 - Type: SystemDouble
The mixed partial derivative with respect to longitude and latitude. 
See Also