BarometerDataThreshold.Hectopascals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum amount of barometric pressure increase or decrease required to reach the threshold, measured in in hectopascals.
public:
property double Hectopascals { double get(); void set(double value); };
double Hectopascals();
void Hectopascals(double value);
public double Hectopascals { get; set; }
var double = barometerDataThreshold.hectopascals;
barometerDataThreshold.hectopascals = double;
Public Property Hectopascals As Double
Property Value
Double
double
The barometric pressure data threshold, in hectopascals.