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