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