operator - method
- int other
Subtracts other
from this SlotTimeUnit and returns the resulting SlotTimeUnit.
Implementation
SlotTimeUnit operator -(int other) {
return this + (-other);
}
Subtracts other
from this SlotTimeUnit and returns the resulting SlotTimeUnit.
SlotTimeUnit operator -(int other) {
return this + (-other);
}