Class DiffAttachment
Represents an attachment with a difference value for cube tree.
public class DiffAttachment : CbtrPickable, IPickableGetter, IDisposable
- Inheritance
-
DiffAttachment
- Implements
- Inherited Members
- Extension Methods
Constructors
DiffAttachment(double)
Initializes a new instance of the DiffAttachment class.
public DiffAttachment(double diff)
Parameters
diff
doubleThe difference value.
Properties
Diff
Gets or sets the difference value.
public double Diff { get; set; }
Property Value
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool