Reference Library
InsertBoolean Method (b)
NamespacesMBNCSUtilDataBufferInsertBoolean(Boolean)
Inserts the specified Boolean value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertBoolean(
	bool b
)
Public Sub InsertBoolean ( _
	b As Boolean _
)
public:
void InsertBoolean(
	bool b
)
Parameters
b (Boolean)
The value to insert.
Remarks
This method inserts a 32-bit value of 1 or 0 based on the value of the parameter: 1 if the value is true, or otherwise 0.

Assembly: Asgard5Library (Module: Asgard5Library)