StaticcheckCheck if the bundle index is in the correct range.
The bundle index to be checked
true if bundle index is in the correct range
StaticconvertConvert position bitmap to the array of boolean which represent if Bundled Position is open.
The position bundle whose bitmap will be converted
The array of boolean representing if Bundled Position is open
StaticfindGet the first unoccupied bundle index in the position bundle.
The position bundle to be checked
The first unoccupied bundle index, null if the position bundle is full
StaticgetGet all bundle indexes where the corresponding Bundled Position is open.
The position bundle to be checked
The array of bundle index where the corresponding Bundled Position is open
StaticgetGet all bundle indexes where the corresponding Bundled Position is not open.
The position bundle to be checked
The array of bundle index where the corresponding Bundled Position is not open
StaticisCheck if all bundle index is unoccupied.
The position bundle to be checked
true if all bundle index is unoccupied
StaticisCheck if all bundle index is occupied.
The position bundle to be checked
true if all bundle index is occupied
StaticisCheck if the Bundled Position corresponding to the bundle index has been opened.
The position bundle to be checked
The bundle index to be checked
true if Bundled Position has been opened
StaticisCheck if the Bundled Position corresponding to the bundle index has not been opened.
The position bundle to be checked
The bundle index to be checked
true if Bundled Position has not been opened
A collection of utility functions when interacting with a PositionBundle.