Table of Contents

Class MULTIARRAY

Namespace
PIKLib
Assembly
PIKLib.dll
MULTIARRAY : OBJECT
Inheritance
MULTIARRAY
Inherited Members

Properties

DIMENSIONS

int DIMENSIONS

Property Value

int

Methods

GET(params int[])

variable? GET(params int[] indices)

Parameters

indices int[]

Returns

variable

SET(variable, params int[])

void SET(variable value, params int[] indices)

Parameters

value variable
indices int[]