ReferencePoint {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Linear} .NET clr documentation

ReferencePoint

Description

表示标准曲线上面的一个实验数据点

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Linear
export class ReferencePoint {
   # 内标峰面积
   AIS: double;
   # 当前试验点的标准品峰面积
   Ati: double;
   # 内标浓度
   cIS: double;
   # 当前试验点的标准品浓度(Py)
   Cti: double;
   error: double;
   ID: string;
   # 浓度梯度水平的名称,例如:L1, L2, L3, ...
   level: string;
   Name: string;
   Px: double;
   # If the value of this property is false, then it means 
   #  current reference point is removed from linear modelling.
   valid: boolean;
   variant: double;
   yfit: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]