Reference Library
Insert Method (s)
NamespacesMBNCSUtilDataBufferInsert(array<Int16>[]()[][])
Inserts the specified 16-bit data array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	short[] s
)
Public Sub Insert ( _
	s As Short() _
)
public:
void Insert(
	array<short>^ s
)
Parameters
s (array<Int16>[]()[][])
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)