The VectorNDEntity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VectorNDEntity | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add |
Alias for Addition(VectorNDEntity, VectorNDEntity).
|
|
Equals | (Overrides Object..::.Equals(Object).) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
The hash code of the vector which works with the == operator.
(Overrides Object..::.GetHashCode()()().) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Multiply |
Alias for Multiply(Double, VectorNDEntity).
|
|
Norm |
Computes the norm of the current vector
|
|
Subtract |
Alias for Subtraction(VectorNDEntity, VectorNDEntity).
|
|
ToString |
Converts entity to a string such as (42.17, 12.41, 71.24)
(Overrides Object..::.ToString()()().) |
Operators
Name | Description | |
---|---|---|
Addition |
Sums two vectors
|
|
Equality |
Checks whether two vectors are equal.
|
|
Inequality |
Contrairy of Equality(VectorNDEntity, VectorNDEntity)
|
|
Multiply |
Multiplies a vector by a given constant
|
|
Subtraction |
Computes the difference of two vectors
|
Properties
Name | Description | |
---|---|---|
Identifier |
The identifier of the entity
(Inherited from Entity.) |
|
Item |
Get the index-th coordinate
|
|
NDimensions |
Number of dimensions
|