Class Subtract<T>
Inheritance
object
Subtract<T>
Assembly: solution.dll
Syntax
[UnitOrderAttribute]
public abstract class Subtract<T> : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Type Parameters
Properties
defaultMinuend
Declaration
[DoNotSerializeAttribute]
protected virtual T defaultMinuend { get; }
Property Value
defaultSubtrahend
Declaration
[DoNotSerializeAttribute]
protected virtual T defaultSubtrahend { get; }
Property Value
difference
The difference, that is the minuend minus the subtrahend.
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueOutput difference { get; }
Property Value
minuend
The first value (minuend).
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueInput minuend { get; }
Property Value
subtrahend
The second value (subtrahend).
Declaration
[DoNotSerializeAttribute]
[PortLabelAttribute]
public ValueInput subtrahend { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Operation(Flow)
Declaration
public T Operation(Flow flow)
Parameters
| Type |
Name |
Description |
| Flow |
flow |
|
Returns
Operation(T, T)
Declaration
public abstract T Operation(T a, T b)
Parameters
| Type |
Name |
Description |
| T |
a |
|
| T |
b |
|
Returns
Implements
IDisposable
Extension Methods