| MonitorsdblHour Property |
[This is preliminary documentation and is subject to change.]
Array of doubles containing time value in hours for time-sampled monitor values; Empty if frequency-sampled values for harmonics solution (see dblFreq)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] dblHour { get; }
Public ReadOnly Property dblHour As Double()
Get
public:
property array<double>^ dblHour {
array<double>^ get ();
}
member dblHour : float[] with get
Property Value
Type:
DoubleSee Also