minus_fc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.math
minus_fc()
minus_fc(field_or_fields_container_A: object, field_or_fields_container_B: object, config: OperatorConfig)
minus_fc(config: OperatorConfig)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.math |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field_or_fields_container_A
field or fields container with only one field is expected
Type: LinkableInput
field_or_fields_container_B
field or fields container with only one field is expected
Type: LinkableInput
Outputs
fields_container
Field containing the element-wise difference (fieldA - fieldB)
Type: LinkableOutput
Constructors
Constructor
minus_fc()
Constructor
minus_fc(field_or_fields_container_A, field_or_fields_container_B, config)
Parameters:
field_or_fields_container_A(object)field_or_fields_container_B(object)config(OperatorConfig)
Constructor
minus_fc(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig