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

Assembly: Asgard5Library (Module: Asgard5Library)