Reference Library
InsertInt64Array Method (l)
NamespacesMBNCSUtilDataBufferInsertInt64Array(array<Int64>[]()[][])
Inserts the specified 64-bit data array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertInt64Array(
	long[] l
)
Public Sub InsertInt64Array ( _
	l As Long() _
)
public:
void InsertInt64Array(
	array<long long>^ l
)
Parameters
l (array<Int64>[]()[][])
The value to insert.

Assembly: Asgard5Library (Module: Asgard5Library)