'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <PureAttribute()> <UnitAttribute("ms")> Public ReadOnly Property RunningMaximumDurationDouble As Double
'Usage
Dim instance As AutomatonStateStatistics Dim value As Double value = instance.RunningMaximumDurationDouble
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [Pure()] [Unit("ms")] public double RunningMaximumDurationDouble {get;}
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [Pure()] [Unit("ms")] public: property double RunningMaximumDurationDouble { double get(); }
Property Value
Unit of measurement is ms
.
The default value of this property is 0
.