Click or drag to resize

Degree Structure

Represents a double precision degree unit value.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public struct Degree : IComparable<Degree>, 
	IComparable<double>

The Degree type exposes the following members.

Constructors
  NameDescription
Public methodDegree(Double)
Initializes a new instance of the Degree class
Public methodDegree(Int32)
Initializes a new instance of the Degree class
Public methodDegree(Single)
Initializes a new instance of the Degree class
Public methodDegree(Degree)
Initializes a new instance of the Degree class
Public methodDegree(Radian)
Initializes a new instance of the Degree class
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberZero
Top
Extension Methods
See Also