Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class Radian : Disposable, IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
View Source
Radian()
The default constructor, initializes to 0.
Declaration
Declaration
public Radian(float value)
Parameters
Type |
Name |
Description |
float |
value |
The initial value in radians.
|
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.
|
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public float Value { get; set; }
Property Value
Methods
Declaration
public float ConvertToFloat()
Returns
Type |
Description |
float |
The float value of this radian.
|
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Implements
System.IDisposable