Table of Contents

Class DiffAttachment

Namespace
Hi.Cbtr
Assembly
HiCbtr.dll

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 double

The difference value.

Properties

Diff

Gets or sets the difference value.

public double Diff { get; set; }

Property Value

double

Methods

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool