SecondPartialsOfHeight Constructor |
Create a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> SecondPartialsOfHeight
Parameters
- 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