Click or drag to resize

Radian Structure

Represents a double precision radian unit value.

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

The Radian type exposes the following members.

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