Show / Hide Table of Contents

Struct AngleOfBank

Handling of an angle of bank value

Implements
IEquatable<AngleOfBank>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public struct AngleOfBank : IEquatable<AngleOfBank>

Constructors

View Source

AngleOfBank(double)

Initializes a new instance of the AngleOfBank struct

Declaration
public AngleOfBank(double angleOfBank)
Parameters
Type Name Description
double angleOfBank

The angle of bank in degrees

Properties

View Source

Value

Property to get of set the value of Angle of Bank

Declaration
public double Value { get; set; }
Property Value
Type Description
double

Degrees value

Methods

View Source

AsAngle()

Angle of bank represented as Angle object

Declaration
public Angle AsAngle()
Returns
Type Description
Angle

Angle object with value assigned

See Also
Angle
View Source

AsDegrees()

Angle of bank represented as Degrees

Declaration
public double AsDegrees()
Returns
Type Description
double

Degrees value

View Source

CompareTo(AngleOfBank)

Compares the current instance with another angle of bank.

Declaration
public int CompareTo(AngleOfBank other)
Parameters
Type Name Description
AngleOfBank other
Returns
Type Description
int
View Source

Equals(AngleOfBank)

Declaration
public bool Equals(AngleOfBank other)
Parameters
Type Name Description
AngleOfBank other
Returns
Type Description
bool
View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
ValueType.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

Operators

View Source

operator ==(AngleOfBank, AngleOfBank)

Declaration
public static bool operator ==(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool
View Source

operator >(AngleOfBank, AngleOfBank)

Declaration
public static bool operator >(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool
View Source

operator >=(AngleOfBank, AngleOfBank)

Declaration
public static bool operator >=(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool
View Source

operator !=(AngleOfBank, AngleOfBank)

Declaration
public static bool operator !=(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool
View Source

operator <(AngleOfBank, AngleOfBank)

Declaration
public static bool operator <(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool
View Source

operator <=(AngleOfBank, AngleOfBank)

Declaration
public static bool operator <=(AngleOfBank left, AngleOfBank right)
Parameters
Type Name Description
AngleOfBank left
AngleOfBank right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited