Свойство | Type | Description | |
---|---|---|---|
Precision | int | ||
Tag | object |
Méthode | Description | |
---|---|---|
Add ( |
Add another vector
|
|
Add ( double d ) : void |
Add a constant to all elements
|
|
Clone ( ) : |
Get a copy of one vector
|
|
CompareTo ( object obj ) : int |
Compare two vectors
|
|
Dist ( |
Get the distance of two vectors
|
|
Equals ( object obj ) : bool |
Compares this vector with another one
|
|
GetHashCode ( ) : int |
Retrieves a hashcode that is dependent on the elements
|
|
Multiply ( double r ) : void |
Scale all elements by r
|
|
Randomize ( |
Reset all elements with ransom values from the given range
|
|
Randomize ( double Min, double Max ) : void |
Reset all elements with ransom values from the given range
|
|
ToString ( ) : string |
Convert the vector into a reconstructable string representation
|
|
Vector ( ) : System |
Build a new vector
|
|
Vector ( |
Build a new vector as a copy of an existing one
|
|
Vector ( int dim ) : System |
Build a new vector
|
|
Vector ( string S ) : System |
Build a new vector from a string
|
|
operator ( ) : |
Scale one vector
|
|
operator ( ) : double |
Get the scalar product of two vectors
|
|
this ( int i ) : double |
Gets or sets the value of the vector at the given index
|
Méthode | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public static Dist ( |
||
V1 | ||
V2 | ||
Résultat | double |
public Randomize ( |
||
MinMax | MinMax[0] - Min /// MinMax[1] - Max | |
Résultat | void |
public Randomize ( double Min, double Max ) : void | ||
Min | double | Min |
Max | double | Max |
Résultat | void |
public Vector ( |
||
O | The existing vector | |
Résultat | System |
public Vector ( string S ) : System | ||
S | string | A string, as produced by ToString |
Résultat | System |