Class Radian
Definition
- Assembly:
- Tizen.NUI.dll
An angle in radians.
public class Radian : IDisposable
- Inheritance
-
objectRadian
- Implements
-
System.IDisposable
Constructors
View SourceRadian()
The default constructor, initializes to 0.
Declaration
public Radian()
Radian(float)
Creates an angle in radians.
Declaration
public Radian(float value)
Parameters
Type | Name | Description |
---|---|---|
float | value | The initial value in radians. |
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
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View SourceValue
The value in radians.
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
View SourceConvertToFloat()
Conversion to float.
Declaration
public float ConvertToFloat()
Returns
Type | Description |
---|---|
float | The float value of this radian. |
Dispose()
Dispose.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
~Radian()
Dispose.
Declaration
protected ~Radian()
Implements
System.IDisposable