Class constructor

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public BondTypeSummary(
	byte none,
	byte sB,
	byte dB,
	byte tB,
	byte aB
)
Visual Basic (Declaration)
Public Sub New ( _
	none As Byte, _
	sB As Byte, _
	dB As Byte, _
	tB As Byte, _
	aB As Byte _
)
Visual C++
public:
BondTypeSummary(
	unsigned char none, 
	unsigned char sB, 
	unsigned char dB, 
	unsigned char tB, 
	unsigned char aB
)

Parameters

none
Type: System..::.Byte

[Missing <param name="none"/> documentation for "M:Hyleos.Chemistry.BondTypeSummary.#ctor(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

sB
Type: System..::.Byte

[Missing <param name="sB"/> documentation for "M:Hyleos.Chemistry.BondTypeSummary.#ctor(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

dB
Type: System..::.Byte

[Missing <param name="dB"/> documentation for "M:Hyleos.Chemistry.BondTypeSummary.#ctor(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

tB
Type: System..::.Byte

[Missing <param name="tB"/> documentation for "M:Hyleos.Chemistry.BondTypeSummary.#ctor(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

aB
Type: System..::.Byte

[Missing <param name="aB"/> documentation for "M:Hyleos.Chemistry.BondTypeSummary.#ctor(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

See Also