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