Class

AircraftLongitudinalCenterOfGravityEnvelope

USI.Core

Aircraft-authored longitudinal center-of-gravity limits expressed as percent mean aerodynamic chord.

public sealed class AircraftLongitudinalCenterOfGravityEnvelope : IEquatable<AircraftLongitudinalCenterOfGravityEnvelope>

Constructors

AircraftLongitudinalCenterOfGravityEnvelope

public AircraftLongitudinalCenterOfGravityEnvelope(double ForwardLimitPercentMeanAerodynamicChord, double AftLimitPercentMeanAerodynamicChord)

Aircraft-authored longitudinal center-of-gravity limits expressed as percent mean aerodynamic chord.

Properties

AftLimitPercentMeanAerodynamicChord

public double AftLimitPercentMeanAerodynamicChord { get; set; }

ForwardLimitPercentMeanAerodynamicChord

public double ForwardLimitPercentMeanAerodynamicChord { get; set; }

Methods

<Clone>$

public AircraftLongitudinalCenterOfGravityEnvelope <Clone>$()

Deconstruct

public void Deconstruct(double ForwardLimitPercentMeanAerodynamicChord, double AftLimitPercentMeanAerodynamicChord)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AircraftLongitudinalCenterOfGravityEnvelope other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()