The start number that the second argument will be subtracted from. This argument will contain the result if the optional [?Result] argument is not passed in. If you use the Start-Value argument without the [?Result] argument, Start-Value must be a SecureLogin variable (for example, ?Start-Value or $Start-Value). If the [?Result] argument is provided, Start-Value can be a SecureLogin variable or a numeric value. The number that will be subtracted from the first argument. Subtract-Value can be a SecureLogin variable or a numeric value. Optional. The result of the equation. If you use this argument, set it to Start-Value - Subtract-Value. The [?Result] must be a SecureLogin variable (for example, $Result or ?Result). |