'DeclarationReadOnly Property LastCycleEnterTickDouble As Double
'UsageDim instance As _AutomatonStateStatistics Dim value As Double value = instance.LastCycleEnterTickDouble
double LastCycleEnterTickDouble {get;}
'DeclarationReadOnly Property LastCycleEnterTickDouble As Double
'UsageDim instance As _AutomatonStateStatistics Dim value As Double value = instance.LastCycleEnterTickDouble
double LastCycleEnterTickDouble {get;}
As opposed to LastEnterTick, this property requires the cycle be completed (state be transitioned from).