Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Count | ||
Get | CountX | ||
GetByIndex | CountY | ||
Set | M00 | ||
SetByIndex | M01 | ||
M10 | |||
M11 |
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
Methods
Boolean2x2 : Void
constructor
Name Type Description function Boolean2x2()
Boolean2x2 : Void
constructor
Name Type Description p0 boolean function Boolean2x2(p0 : Boolean)
Boolean2x2 : Void
constructor
Name Type Description m00 boolean m01 boolean m10 boolean m11 boolean function Boolean2x2(m00 : Boolean, m01 : Boolean, m10 : Boolean, m11 : 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)