Class Radian

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

An angle in radians.

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

Constructors

View Source

Radian()

The default constructor, initializes to 0.

Declaration
C#
Copy
public Radian()
API Level: 3
View Source

Radian(Single)

Creates an angle in radians.

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

The initial value in degrees.

API Level: 3

Fields

View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
System.Boolean
API Level: 3

Properties

View Source

Value

The value in radians.

Declaration
C#
Copy
public float Value { get; set; }
Property Value
Type Description
Single
API Level: 3

Methods

View Source

ConvertToFloat()

Conversion to float.

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

The float value of this radian.

API Level: 3
View Source

Dispose(DisposeTypes)

Dispose.

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

Implements

System.IDisposable