Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Get | Count | ||
GetAxis | NegativeMin | ||
Constructor | NegativeValueClosestToZero | ||
Parse | One | ||
Reinterpret | PositiveMax | ||
Set | PositiveValueClosestToZero | ||
XAxis | |||
Zero |
Properties
Count : integer
read-only
var Count : Integer
NegativeMin : integer
read-only
static
The smallest (most negative) value that can be represented by an Integer.
var NegativeMin : Integer
NegativeValueClosestToZero : integer
read-only
static
The negative value closest to zero that can be represented by an Integer.
var NegativeValueClosestToZero : Integer
One : integer
read-only
static
The one vector (a vector containing all ones).
var One : Integer
PositiveMax : integer
read-only
static
The largest (most positive) value that can be represented by an Integer.
var PositiveMax : Integer
PositiveValueClosestToZero : integer
read-only
static
The positive value closest to zero that can be represented by an Integer.
var PositiveValueClosestToZero : Integer
XAxis : integer
read-only
static
var XAxis : Integer
Zero : integer
read-only
static
The zero vector (a vector containing all zeroes).
var Zero : Integer
Methods
Get : integer
Name Type Description p0 integer function Get(p0 : Integer) : Integer
GetAxis : integer
static
Returns an axis vector from the given index (ie. 0 is XAxis, 1 is YAxis, etc... |Name|Type|Description| |---|---|---| |p0|integer| |
function GetAxis(p0 : Integer) : Integer
Integer : Void
constructor
Name Type Description function Integer()
Integer : Void
constructor
Name Type Description scalar integer function Integer(scalar : Integer)
Parse : integer
static
Attempt to convert the given StringRange to an Integer. If parsing fails 0 is returned. |Name|Type|Description| |---|---|---| |p0|stringrange| |
function Parse(p0 : StringRange) : Integer
Reinterpret : integer
static
Name Type Description p0 real function Reinterpret(p0 : Real) : Integer
Set : Void
Name Type Description p0 integer p1 integer function Set(p0 : Integer, p1 : Integer)