if ($ConfidenceMarginPercent -lt 0.0) { throw "ConfidenceMarginPercent must be >= 0." } if ($RequirePerTestDomination -ne 0 -and $RequirePerTestDomination -ne 1 ...