Class Radian
Definition
- Assembly:
- Tizen.NUI.dll
This class represents an angle in radians.
C#Copypublic class Radian : Disposable, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic Radian()
Declaration
C#Copypublic Radian(float value)
Parameters
Type | Name | Description |
---|---|---|
float | value | The initial value in radians. |
Declaration
C#Copypublic Radian(Degree degree)
Parameters
Type | Name | Description |
---|---|---|
Degree | degree | The initial value in degrees. |
Properties
Declaration
C#Copypublic float Value { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
Declaration
C#Copypublic float ConvertToFloat()
Returns
Type | Description |
---|---|
float | The float value of this radian. |
Implements
System.IDisposable