Struct

Angle

USI.Core

Public SDK type.

public struct Angle : IEquatable<Angle>

Constructors

Angle

public Angle(double Value, AngleUnit Unit)

Properties

Degrees

public double Degrees { get; }

Unit

public AngleUnit Unit { get; set; }

Value

public double Value { get; set; }

Methods

Deconstruct

public void Deconstruct(double Value, AngleUnit Unit)

Equals

public bool Equals(object obj)

Equals

public bool Equals(Angle other)

GetHashCode

public int GetHashCode()

In

public Angle In(AngleUnit unit)

ToString

public string ToString()