C# Class ImsInformed.Domain.DataAssociation.IonSignatureMatching.DiffusionProfileDifference

The diffusion profile difference.
ファイルを表示 Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
DiffusionProfileDifference ( DiffusionProfileDescriptor thisDescriptor, DiffusionProfileDescriptor otherDescriptor ) : System

Initializes a new instance of the DiffusionProfileDifference class.

Method Details

DiffusionProfileDifference() public method

Initializes a new instance of the DiffusionProfileDifference class.
public DiffusionProfileDifference ( DiffusionProfileDescriptor thisDescriptor, DiffusionProfileDescriptor otherDescriptor ) : System
thisDescriptor DiffusionProfileDescriptor /// The this descriptor. ///
otherDescriptor DiffusionProfileDescriptor /// The other descriptor. ///
return System