Click or drag to resize

BandedCruisePerformanceModelBand Class

Defines an altitude at which a particular set of cruise commanded values applies.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.AircraftPropagationBandedCruisePerformanceModelBand

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class Band : IEquatable<BandedCruisePerformanceModelBand>

The BandedCruisePerformanceModelBand type exposes the following members.

Constructors
  NameDescription
Public methodBandedCruisePerformanceModelBand
Initializes an instance with the provided parameters
Top
Properties
  NameDescription
Public propertyAltitude
Gets the altitude at which the CommandedValues applies.
Public propertyCommandedValues
Gets the cruise commanded values associated with the Altitude.
Top
Methods
  NameDescription
Public methodEquals(BandedCruisePerformanceModelBand)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also