Class FloatRadianToDegreeConverter
Radian to degree converter class.
Implements
Inherited Members
Namespace: Evergine.Common.Attributes.Converters
Assembly: Evergine.Common.dll
Syntax
public class FloatRadianToDegreeConverter : IConverter
Methods
Convert(object)
Converts the specified value.
Declaration
public object Convert(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | The value. |
Returns
Type | Description |
---|---|
object | The degrees. |
ConvertBack(object)
Converts the back.
Declaration
public object ConvertBack(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | The value. |
Returns
Type | Description |
---|---|
object | The radians. |