Get long (MSB first) value from this buffer at given byte position.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public long GetLong(
	int byteIndex
)
Visual Basic
Public Function GetLong ( 
	byteIndex As Integer
) As Long
Visual C++
public:
long long GetLong(
	int byteIndex
)
F#
member GetLong : 
        byteIndex : int -> int64 

Parameters

byteIndex
Type: System..::..Int32
Byte position for reading.

Return Value

Type: Int64
Long value.

See Also