Click or drag to resize

MathUtilUnitsToRadians Method (Double, SpeedUnit)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a given speed unit to radians per second.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static double UnitsToRadians(
	double speed,
	SpeedUnit input_type
)

Parameters

speed
Type: SystemDouble
Given speed (to convert to radians).
input_type
Type: Telogis.GeoBaseSpeedUnit
Units of speed.

Return Value

Type: Double
Radian equivalent of speed.
Exceptions
ExceptionCondition
UnexpectedArgumentExceptionThrown when the input_type SpeedUnit is not recognized.
See Also