Click or drag to resize

RadianF Structure

Represents a single precision radian unit value.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisRadianF

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct RadianF : IComparable<RadianF>, 
	IComparable<float>

The RadianF type exposes the following members.

Constructors
 NameDescription
Public methodRadianF(DegreeF)Initializes a new instance of the RadianF class
Public methodRadianF(Double)Initializes a new instance of the RadianF class
Public methodRadianF(Int32)Initializes a new instance of the RadianF class
Public methodRadianF(RadianF)Initializes a new instance of the RadianF class
Public methodRadianF(Single)Initializes a new instance of the RadianF class
Top
Methods
Operators
Fields
 NameDescription
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also