Table of Contents

Core

Methods Properties Base Classes Derived Classes
Get Count
GetAxis NegativeMin
Constructor NegativeValueClosestToZero
Set One
PositiveMax
PositiveValueClosestToZero
XAxis
YAxis
Zero

Properties


Count : integer

read-only

var Count : Integer

NegativeMin : integer2

read-only static

The smallest (most negative) value that can be represented by an Integer.

var NegativeMin : Integer2

NegativeValueClosestToZero : integer2

read-only static

The negative value closest to zero that can be represented by an Integer.

var NegativeValueClosestToZero : Integer2

One : integer2

read-only static

The one vector (a vector containing all ones).

var One : Integer2

PositiveMax : integer2

read-only static

The largest (most positive) value that can be represented by an Integer.

var PositiveMax : Integer2

PositiveValueClosestToZero : integer2

read-only static

The positive value closest to zero that can be represented by an Integer.

var PositiveValueClosestToZero : Integer2

XAxis : integer2

read-only static

var XAxis : Integer2

YAxis : integer2

read-only static

var YAxis : Integer2

Zero : integer2

read-only static

The zero vector (a vector containing all zeroes).

var Zero : Integer2

Methods


Get : integer

Name Type Description
p0 integer
function Get(p0 : Integer) : Integer

GetAxis : integer2

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) : Integer2

Integer2 : Void

constructor

Name Type Description
function Integer2()

Integer2 : Void

constructor

Name Type Description
scalar integer
function Integer2(scalar : Integer)

Integer2 : Void

constructor

Name Type Description
p0 integer
p1 integer
function Integer2(p0 : Integer, p1 : Integer)

Integer2 : Void

constructor

Name Type Description
p0 integer2
function Integer2(p0 : Integer2)

Set : Void

Name Type Description
p0 integer
p1 integer
function Set(p0 : Integer, p1 : Integer)