Class Radian

    Definition

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

    This class represents an angle in radians.

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

    Constructors

    View Source

    Radian()

    The default constructor, initializes to 0.

    Declaration
    public Radian()
    View Source

    Radian(float)

    Creates an angle in radians.

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

    The initial value in degrees.

    Properties

    View Source

    Value

    The value in radians. The float value representing the angle in radians.

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

    Methods

    View Source

    ConvertToFloat()

    Conversion to float.

    Declaration
    public float ConvertToFloat()
    Returns
    Type Description
    float

    The float value of this radian.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX