TrafficAdvisoryVerticalSpeedBand
USI.Core
A vertical-speed interval displayed by collision-avoidance equipment.
public sealed class TrafficAdvisoryVerticalSpeedBand : IEquatable<TrafficAdvisoryVerticalSpeedBand>Constructors
TrafficAdvisoryVerticalSpeedBand
public TrafficAdvisoryVerticalSpeedBand(Speed Minimum, Speed Maximum)A vertical-speed interval displayed by collision-avoidance equipment.
Properties
Maximum
public Speed Maximum { get; set; }Minimum
public Speed Minimum { get; set; }Methods
<Clone>$
public TrafficAdvisoryVerticalSpeedBand <Clone>$()Deconstruct
public void Deconstruct(Speed Minimum, Speed Maximum)Equals
public bool Equals(object obj)Equals
public bool Equals(TrafficAdvisoryVerticalSpeedBand other)GetHashCode
public int GetHashCode()ToString
public string ToString()