UnitConverters.DegreesPerSecondToRadiansPerSecond(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts degrees per second to radians per second.
public:
static double DegreesPerSecondToRadiansPerSecond(double degrees);
public static double DegreesPerSecondToRadiansPerSecond(double degrees);
static member DegreesPerSecondToRadiansPerSecond : double -> double
Public Shared Function DegreesPerSecondToRadiansPerSecond (degrees As Double) As Double
Parameters
- degrees
- Double
The value in degrees per second to convert.
Returns
The value from degrees
in radians per second.