CoreClasses Xojo Plugin

BitArray.GetAt Method (console safe)

Gets element at given index. This method does the same as the Item method, but is here so that other plugins can make use of the BitArray internally.

GetAt(
   n as UInt64) as Boolean

Parameters

n
Use this parameter to specify which item to read from.

Returns

Boolean
The requested value.

Remarks

See Also

BitArray Class