Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
public class Radian : Disposable, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
View Source
Radian()
The default constructor, initializes to 0.
Declaration
API Level: 3
View Source
Radian(Single)
Creates an angle in radians.
Declaration
public Radian(float value)
Parameters
Type |
Name |
Description |
Single |
value |
The initial value in radians.
|
API Level: 3
View Source
Radian(Degree)
Creates an angle in radians from an angle in degrees.
Declaration
public Radian(Degree degree)
Parameters
Type |
Name |
Description |
Degree |
degree |
The initial value in degrees.
|
API Level: 3
Fields
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
API Level: 3
Properties
Declaration
public float Value { get; set; }
Property Value
API Level: 3
Methods
Declaration
public float ConvertToFloat()
Returns
Type |
Description |
Single |
The float value of this radian.
|
API Level: 3
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
API Level: 3
Implements
System.IDisposable