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