| VerticalBehaviorDerivatives Structure | 
Namespace: AGI.Foundation.AircraftPropagation
 Syntax
SyntaxThe VerticalBehaviorDerivatives type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VerticalBehaviorDerivatives | 
            Initializes the vertical derivatives with respect to the indicated maneuver axes.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HorizontalAcceleration | 
            Gets the horizontal component of the acceleration.
             | 
|  | ManeuverReferenceAxes | 
            Gets the axes in which the vertical behavior of a maneuver is defined.
             | 
|  | VerticalAcceleration | 
            Gets the vertical component of the acceleration.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
        Indicates whether another object is exactly equal to this instance.
      (Overrides ValueTypeEquals(Object).) | 
|  | Equals(VerticalBehaviorDerivatives) | 
        Indicates whether another instance of this type is exactly equal to this instance.
       | 
|  | GetHashCode | 
        Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
      (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
        Returns  if the two instances are exactly equal.
       | 
|   | Inequality | 
        Returns  if the two instances are not exactly equal.
       | 
 See Also
See Also