Метод | Описание | |
---|---|---|
Equals ( System obj ) : bool | ||
PromoterBrick ( ) : System | ||
PromoterBrick ( PromoterBrick, p ) : System | ||
PromoterBrick ( string name, float beta, string formula ) : System | ||
ToString ( ) : string | ||
copy ( ) : BioBrick, | ||
getBeta ( ) : float | ||
getFormula ( ) : string | ||
setBeta ( float v ) : void | ||
setFormula ( string v ) : void |
public PromoterBrick ( PromoterBrick, p ) : System | ||
p | PromoterBrick, | |
Результат | System |
public PromoterBrick ( string name, float beta, string formula ) : System | ||
name | string | |
beta | float | |
formula | string | |
Результат | System |