Class MathExtensions
Defines a collection of extensions for common mathematics expressions.
Inheritance
System.Object
MathExtensions
Namespace: MADE.Data.Converters.Extensions
Assembly: MADE.Data.Converters.dll
Syntax
public static class MathExtensions : object
Methods
| Improve this Doc View SourceToRadians(Double)
Converts a degrees value to a radians value.
Declaration
public static double ToRadians(this double degrees)
Parameters
Type | Name | Description |
---|---|---|
System.Double | degrees | The degrees value to convert. |
Returns
Type | Description |
---|---|
System.Double | The converted value as radians. |