Table of Contents

Class VECTOR

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

Properties

SIZE

int SIZE

Property Value

int

VALUE

double[] VALUE

Property Value

double[]

Methods

ADD(string)

void ADD(string summand_name)

Parameters

summand_name string

ASSIGN(params double[])

void ASSIGN(params double[] values)

Parameters

values double[]

GET(int)

double GET(int index)

Parameters

index int

Returns

double

LEN()

double LEN()

Returns

double

MUL(double)

void MUL(double multiplier)

Parameters

multiplier double

NORMALIZE()

void NORMALIZE()

REFLECT(string, string)

void REFLECT(string normal_name, string result_name)

Parameters

normal_name string
result_name string