Method Subtract
Subtract(ref TimeStep, ref TimeStep, out TimeStep)
Subtracts the second TimeStep value from the first and stores the result in a return value.
public static void Subtract(ref TimeStep left, ref TimeStep right, out TimeStep result)
Parameters
left
TimeStepThe first TimeStep value.
right
TimeStepThe second TimeStep value.
result
TimeStepWhen this method returns, contains the TimeStep object representing the difference between the
left
andright
values.
Subtract(TimeStep, TimeStep)
Subtracts the second TimeStep value from the first.
public static TimeStep Subtract(TimeStep left, TimeStep right)