'Declaration
ReadOnly Property LastEnterTickDouble As Double
'Usage
Dim instance As _AutomatonStateStatistics Dim value As Double value = instance.LastEnterTickDouble
double LastEnterTickDouble {get;}
'Declaration
ReadOnly Property LastEnterTickDouble As Double
'Usage
Dim instance As _AutomatonStateStatistics Dim value As Double value = instance.LastEnterTickDouble
double LastEnterTickDouble {get;}
As opposed to LastCycleEnterTick, this property does not require the cycle be completed (state be transitioned from).