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