PowerGridData.Severity 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 a value indicating whether a time is considered anywhere from "good" to "bad". You should optimize to run workloads at the lowest severity, but you might have other factors that you need to consider.
public:
property double Severity { double get(); };
double Severity();
public double Severity { get; }
var double = powerGridData.severity;
Public ReadOnly Property Severity As Double
Property Value
Double
double
A floating point value normalized between 0.0 and 1.0; where 0.0 is considered good, and 1.0 bad.