C# Class CascadeSharp.TKMath.math.math_IntegerVector

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( math_IntegerVector theRight ) : void
Add ( math_IntegerVector theLeft, math_IntegerVector theRight ) : void
Added ( math_IntegerVector theRight ) : math_IntegerVector
Init ( int theInitialValue ) : void
Initialized ( math_IntegerVector theOther ) : math_IntegerVector
Inverse ( ) : math_IntegerVector
Invert ( ) : void
Length ( ) : int
Lower ( ) : int
Max ( ) : int
Min ( ) : int
Multiplied ( math_IntegerVector theRight ) : int
Multiplied ( int theRight ) : math_IntegerVector
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

Method Details

Add() public method

public Add ( math_IntegerVector theRight ) : void
theRight math_IntegerVector
return void

Add() public method

public Add ( math_IntegerVector theLeft, math_IntegerVector theRight ) : void
theLeft math_IntegerVector
theRight math_IntegerVector
return void

Added() public method

public Added ( math_IntegerVector theRight ) : math_IntegerVector
theRight math_IntegerVector
return math_IntegerVector

Init() public method

public Init ( int theInitialValue ) : void
theInitialValue int
return void

Initialized() public method

public Initialized ( math_IntegerVector theOther ) : math_IntegerVector
theOther math_IntegerVector
return math_IntegerVector

Inverse() public method

public Inverse ( ) : math_IntegerVector
return math_IntegerVector

Invert() public method

public Invert ( ) : void
return void

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Max() public method

public Max ( ) : int
return int

Min() public method

public Min ( ) : int
return int

Multiplied() public method

public Multiplied ( math_IntegerVector theRight ) : int
theRight math_IntegerVector
return int

Multiplied() public method

public Multiplied ( int theRight ) : math_IntegerVector
theRight int
return math_IntegerVector

Multiply() public method

public Multiply ( int theRight ) : void
theRight int
return void

Multiply() public method

public Multiply ( int theLeft, math_IntegerVector theRight ) : void
theLeft int
theRight math_IntegerVector
return void

Norm() public method

public Norm ( ) : double
return double

Norm2() public method

public Norm2 ( ) : double
return double

Opposite() public method

public Opposite ( ) : math_IntegerVector
return math_IntegerVector

Set() public method

public Set ( int theI1, int theI2, math_IntegerVector theV ) : void
theI1 int
theI2 int
theV math_IntegerVector
return void

SetFirst() public method

public SetFirst ( int theFirst ) : void
theFirst int
return void

Slice() public method

public Slice ( int theI1, int theI2 ) : math_IntegerVector
theI1 int
theI2 int
return math_IntegerVector

Subtract() public method

public Subtract ( math_IntegerVector theRight ) : void
theRight math_IntegerVector
return void

Subtract() public method

public Subtract ( math_IntegerVector theLeft, math_IntegerVector theRight ) : void
theLeft math_IntegerVector
theRight math_IntegerVector
return void

Subtracted() public method

public Subtracted ( math_IntegerVector theRight ) : math_IntegerVector
theRight math_IntegerVector
return math_IntegerVector

TMultiplied() public method

public TMultiplied ( int theRight ) : math_IntegerVector
theRight int
return math_IntegerVector

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theNum ) : int
theNum int
return int

math_IntegerVector() public method

public math_IntegerVector ( ) : System
return System

math_IntegerVector() public method

public math_IntegerVector ( int theFirst, int theLast ) : System
theFirst int
theLast int
return System

math_IntegerVector() public method

public math_IntegerVector ( int theFirst, int theLast, int theInitialValue ) : System
theFirst int
theLast int
theInitialValue int
return System

math_IntegerVector() public method

public math_IntegerVector ( math_IntegerVector theOther ) : System
theOther math_IntegerVector
return System