Reference Library
ReadInt64Array Method (expectedItems)
NamespacesMBNCSUtilDataReaderReadInt64Array(Int32)
Reads an array of signed 64-bit values from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
public long[] ReadInt64Array(
	int expectedItems
)
Public Function ReadInt64Array ( _
	expectedItems As Integer _
) As Long()
public:
array<long long>^ ReadInt64Array(
	int expectedItems
)
Parameters
expectedItems (Int32)
The number of 64-bit values to read from the stream.
Return Value
The next expectedItems 64-bit values from the stream.

Assembly: Asgard5Library (Module: Asgard5Library)