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
leftTimeStepThe first TimeStep value.
rightTimeStepThe second TimeStep value.
resultTimeStepWhen this method returns, contains the TimeStep object representing the difference between the
leftandrightvalues.
Subtract(TimeStep, TimeStep)
Subtracts the second TimeStep value from the first.
public static TimeStep Subtract(TimeStep left, TimeStep right)