Table of Contents

Core

Methods Properties Base Classes Derived Classes
Constructor Count
Get CountX
GetByIndex CountY
Set M00
SetByIndex M01
M10
M11
M20
M21
M30
M31

Properties


Count : integer

read-only

var Count : Integer

CountX : integer

read-only

var CountX : Integer

CountY : integer

read-only

var CountY : Integer

M00 : boolean

var M00 : Boolean

M01 : boolean

var M01 : Boolean

M10 : boolean

var M10 : Boolean

M11 : boolean

var M11 : Boolean

M20 : boolean

var M20 : Boolean

M21 : boolean

var M21 : Boolean

M30 : boolean

var M30 : Boolean

M31 : boolean

var M31 : Boolean

Methods


Boolean4x2 : Void

constructor

Name Type Description
function Boolean4x2()

Boolean4x2 : Void

constructor

Name Type Description
p0 boolean
function Boolean4x2(p0 : Boolean)

Boolean4x2 : Void

constructor

Name Type Description
m00 boolean
m01 boolean
m10 boolean
m11 boolean
m20 boolean
m21 boolean
m30 boolean
m31 boolean
function Boolean4x2(m00 : Boolean, m01 : Boolean, m10 : Boolean, m11 : Boolean, m20 : Boolean, m21 : Boolean, m30 : Boolean, m31 : Boolean)

Get : boolean2

Name Type Description
y integer
function Get(y : Integer) : Boolean2

Get : boolean

Name Type Description
y integer
x integer
function Get(y : Integer, x : Integer) : Boolean

GetByIndex : boolean

Name Type Description
index integer
function GetByIndex(index : Integer) : Boolean

Set : Void

Name Type Description
y integer
value boolean2
function Set(y : Integer, value : Boolean2)

Set : Void

Name Type Description
y integer
x integer
value boolean
function Set(y : Integer, x : Integer, value : Boolean)

SetByIndex : Void

Name Type Description
index integer
value boolean
function SetByIndex(index : Integer, value : Boolean)