Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | IMDWorkspace | Mandatory | A MDEventWorkspace or MDHistoWorkspace on which to apply the operation. |
OutputWorkspace | Output | IMDWorkspace | Mandatory | Name of the output MDEventWorkspace or MDHistoWorkspace. |
Perform the Not (negation) boolean operation on a MDHistoWorkspace. The not operation is performed element-by-element. Any 0.0 signal is changed to 1.0 (meaning true). Any non-zero signal is changed to 0.0 (meaning false).
Categories: Algorithms | MDAlgorithms\MDArithmetic