Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
public class Radian : Disposable
- Inheritance
-
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
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
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Extension Methods