oldTimes property
VxFilter
get
oldTimes
Returns the old times filter matrix.
Implementation
VxFilter get oldTimes {
myMatrix = _oldTimes;
return this;
}
Returns the old times filter matrix.
VxFilter get oldTimes {
myMatrix = _oldTimes;
return this;
}