AirPressureMillibarsToInHg Method |
Converts pressure settings in millibars to inches of mercury.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Nullable<float> MillibarsToInHg(
Nullable<float> millibars
)
Public Shared Function MillibarsToInHg (
millibars As Nullable(Of Single)
) As Nullable(Of Single)
public:
static Nullable<float> MillibarsToInHg(
Nullable<float> millibars
)
static member MillibarsToInHg :
millibars : Nullable<float32> -> Nullable<float32>
Parameters
- millibars
- Type: SystemNullableSingle
Return Value
Type:
NullableSingleSee Also