Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Get | Count | ||
GetByIndex | CountX | ||
Constructor | 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 : integer
var M00 : Integer
M01 : integer
var M01 : Integer
M10 : integer
var M10 : Integer
M11 : integer
var M11 : Integer
Methods
Get : integer2
Name Type Description y integer function Get(y : Integer) : Integer2
Get : integer
Name Type Description y integer x integer function Get(y : Integer, x : Integer) : Integer
GetByIndex : integer
Name Type Description index integer function GetByIndex(index : Integer) : Integer
Integer2x2 : Void
constructor
Name Type Description function Integer2x2()
Integer2x2 : Void
constructor
Name Type Description p0 integer function Integer2x2(p0 : Integer)
Integer2x2 : Void
constructor
Name Type Description m00 integer m01 integer m10 integer m11 integer function Integer2x2(m00 : Integer, m01 : Integer, m10 : Integer, m11 : Integer)
Set : Void
Name Type Description y integer x integer value integer function Set(y : Integer, x : Integer, value : Integer)
Set : Void
Name Type Description y integer value integer2 function Set(y : Integer, value : Integer2)
SetByIndex : Void
Name Type Description index integer value integer function SetByIndex(index : Integer, value : Integer)