restrictedTimeAtBegin property
Restricted time at begin
Implementation
int get restrictedTimeAtBegin {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedTimeS * (1 - ndBeginEndRatio)).round();
}
return 0;
}
Restricted time at begin
int get restrictedTimeAtBegin {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedTimeS * (1 - ndBeginEndRatio)).round();
}
return 0;
}