Click or drag to resize
AirPressureInHgToMillibars Method
Converts pressure settings in inches of mercury to millibars.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<float> InHgToMillibars(
	Nullable<float> inHg
)

Parameters

inHg
Type: SystemNullableSingle

Return Value

Type: NullableSingle
See Also