Unpacker.GetEbv Method

TegoOS

UnpackerGetEbv Method
Get the value of an extensible bit vector of specified order

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ulong GetEbv(
	int ebvOrder
)
Public Function GetEbv ( 
	ebvOrder As Integer
) As ULong
public:
unsigned long long GetEbv(
	int ebvOrder
)
member GetEbv : 
        ebvOrder : int -> uint64 

Parameters

ebvOrder
Type: SystemInt32
Order (segment length) of vector

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Tego.Utils.Unpacker.GetEbv(System.Int32)"]

See Also