Gets or sets Number of triple bond
Namespace:
Hyleos.ChemistryAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public byte Triple { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Triple As Byte |
| Visual C++ |
|---|
public: property unsigned char Triple { unsigned char get (); void set (unsigned char value); } |