Operator operator -
operator -(TimeStep, TimeStep)
Subtracts the second TimeStep value from the first.
public static TimeStep operator -(TimeStep left, TimeStep right)
Parameters
left
TimeStepThe TimeStep value on the left-hand side of the subtraction operator.
right
TimeStepThe TimeStep value on the right-hand side of the subtraction operator.