ReferencePoint {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative.Linear} | .NET clr documentation |
表示标准曲线上面的一个实验数据点
# 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;
}