Class Radian

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

An angle in radians.

C#
Copy
public class Radian : Disposable, IDisposable
Inheritance
object
Radian
Implements
System.IDisposable

Constructors

View Source

Radian()

The default constructor, initializes to 0.

Declaration
C#
Copy
public Radian()
View Source

Radian(float)

Creates an angle in radians.

Declaration
C#
Copy
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
C#
Copy
public Radian(Degree degree)
Parameters
Type Name Description
Degree degree

The initial value in degrees.

Fields

View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
bool

Properties

View Source

Value

The value in radians.

Declaration
C#
Copy
public float Value { get; set; }
Property Value
Type Description
float

Methods

View Source

ConvertToFloat()

Conversion to float.

Declaration
C#
Copy
public float ConvertToFloat()
Returns
Type Description
float

The float value of this radian.

View Source

Dispose(DisposeTypes)

Dispose.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides

Implements

System.IDisposable