Bonds {BioNovoGene.BioDeep.Chemoinformatics.SMILES} | .NET clr documentation |
Single, double, triple, and aromatic bonds are
represented by the symbols -
, =
, #
, and :
,
respectively. Adjacent atoms are assumed to be
connected to each other by a single or aromatic
bond (single and aromatic bonds may always be
omitted).
# namespace BioNovoGene.BioDeep.Chemoinformatics.SMILES
export class Bonds extends Enum {
NA: Bonds = 0;
[@desc "-"]
single: Bonds = 1;
[@desc "="]
double: Bonds = 2;
[@desc "#"]
triple: Bonds = 3;
[@desc ":"]
aromatic: Bonds = 4;
}
NA
: Bondssingle
: Bondsdouble
: Bondstriple
: Bondsaromatic
: Bonds