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

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

Parameters

millibars
Type: SystemNullableSingle

Return Value

Type: NullableSingle
See Also