Standards {BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative} .NET clr documentation

Standards

Description

The standard curve concentration gradient data. (标准品的标准曲线的浓度梯度信息)

Declare

            
# namespace BioNovoGene.Analytical.MassSpectrometry.Math.LinearQuantitative
export class Standards {
   # 标准曲线的浓度梯度信息
   C: list;
   # 系数因子,值位于[0,1]区间,默认是1
   Factor: double;
   ID: string;
   # 内标的编号,需要使用这个编号来分别找到离子对和浓度信息
   IS: string;
   ISTD: string;
   Name: string;
}

        

.NET clr type reference tree

  1. use by property member C: list

[Package {$package} version {$version} Index]