Class Radian

Definition

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

An angle in radians.

C#
Copy
public class Radian : Disposable
Inheritance

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

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

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods