Method | Description | |
---|---|---|
Add ( |
||
Add ( |
||
Added ( |
||
Init ( int theInitialValue ) : void | ||
Initialized ( |
||
Inverse ( ) : |
||
Invert ( ) : void | ||
Length ( ) : int | ||
Lower ( ) : int | ||
Max ( ) : int | ||
Min ( ) : int | ||
Multiplied ( |
||
Multiplied ( int theRight ) : |
||
Multiply ( int theRight ) : void | ||
Multiply ( int theLeft, math_IntegerVector theRight ) : void | ||
Norm ( ) : double | ||
Norm2 ( ) : double | ||
Opposite ( ) : math_IntegerVector | ||
Set ( int theI1, int theI2, math_IntegerVector theV ) : void | ||
SetFirst ( int theFirst ) : void | ||
Slice ( int theI1, int theI2 ) : math_IntegerVector | ||
Subtract ( math_IntegerVector theRight ) : void | ||
Subtract ( math_IntegerVector theLeft, math_IntegerVector theRight ) : void | ||
Subtracted ( math_IntegerVector theRight ) : math_IntegerVector | ||
TMultiplied ( int theRight ) : math_IntegerVector | ||
Upper ( ) : int | ||
Value ( int theNum ) : int | ||
math_IntegerVector ( ) : System | ||
math_IntegerVector ( int theFirst, int theLast ) : System | ||
math_IntegerVector ( int theFirst, int theLast, int theInitialValue ) : System | ||
math_IntegerVector ( math_IntegerVector theOther ) : System |
public Add ( |
||
theRight | ||
return | void |
public Add ( |
||
theLeft | ||
theRight | ||
return | void |
public Added ( |
||
theRight | ||
return |
public Initialized ( |
||
theOther | ||
return |
public Multiplied ( |
||
theRight | ||
return | int |
public Multiplied ( int theRight ) : |
||
theRight | int | |
return |
public Multiply ( int theLeft, math_IntegerVector theRight ) : void | ||
theLeft | int | |
theRight | math_IntegerVector | |
return | void |
public Set ( int theI1, int theI2, math_IntegerVector theV ) : void | ||
theI1 | int | |
theI2 | int | |
theV | math_IntegerVector | |
return | void |
public Slice ( int theI1, int theI2 ) : math_IntegerVector | ||
theI1 | int | |
theI2 | int | |
return | math_IntegerVector |
public Subtract ( math_IntegerVector theRight ) : void | ||
theRight | math_IntegerVector | |
return | void |
public Subtract ( math_IntegerVector theLeft, math_IntegerVector theRight ) : void | ||
theLeft | math_IntegerVector | |
theRight | math_IntegerVector | |
return | void |
public Subtracted ( math_IntegerVector theRight ) : math_IntegerVector | ||
theRight | math_IntegerVector | |
return | math_IntegerVector |
public TMultiplied ( int theRight ) : math_IntegerVector | ||
theRight | int | |
return | math_IntegerVector |
public math_IntegerVector ( int theFirst, int theLast ) : System | ||
theFirst | int | |
theLast | int | |
return | System |
public math_IntegerVector ( int theFirst, int theLast, int theInitialValue ) : System | ||
theFirst | int | |
theLast | int | |
theInitialValue | int | |
return | System |
public math_IntegerVector ( math_IntegerVector theOther ) : System | ||
theOther | math_IntegerVector | |
return | System |