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