PropellerPitchLimitsDegrees
USI.Core
Aircraft-authored propeller pitch limits in degrees.
public struct PropellerPitchLimitsDegrees : IEquatable<PropellerPitchLimitsDegrees>Constructors
PropellerPitchLimitsDegrees
public PropellerPitchLimitsDegrees(double Minimum, double Maximum, double MinimumReverse)Aircraft-authored propeller pitch limits in degrees.
Properties
Maximum
public double Maximum { get; set; }Minimum
public double Minimum { get; set; }MinimumReverse
public double MinimumReverse { get; set; }Methods
Deconstruct
public void Deconstruct(double Minimum, double Maximum, double MinimumReverse)Equals
public bool Equals(object obj)Equals
public bool Equals(PropellerPitchLimitsDegrees other)GetHashCode
public int GetHashCode()ToString
public string ToString()