ChemicalKey {BioNovoGene.BioDeep.Chemoinformatics.SMILES} .NET clr documentation

ChemicalKey

Description

the edge connection between the atoms

Declare

            
# namespace BioNovoGene.BioDeep.Chemoinformatics.SMILES
export class ChemicalKey extends Edge`1 {
   # the charge of current chemical key
   bond: Bonds;
   ID: string;
   U: ChemicalElement;
   V: ChemicalElement;
   weight: double;
}

        

.NET clr type reference tree

  1. this class extends from Edge`1 class: Edge`1
  2. use by property member bond: Bonds
  3. use by property member U: ChemicalElement
  4. use by property member V: ChemicalElement

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