Class FloatRadianToDegreeConverter
Radian-to-degree converter class.
Implements
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 to be converted. |
Returns
Type | Description |
---|---|
object | The converted value in degrees. |
ConvertBack(object)
Converts back.
Declaration
public object ConvertBack(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | The value. |
Returns
Type | Description |
---|---|
object | The radians. |