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