This documentation is compiled for the latest release of Mathos Core Library
SystemObject
MathosVector
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Top
Inheritance Hierarchy
MathosVector
Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The Vector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Vector |
Default constructor
|
![]() | Vector(Double) |
Constructor that takes a number of parameters
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Constructor that takes a double number
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |
The plus operator
|
![]() ![]() | Division |
The division operator
|
![]() ![]() | Equality |
The comparsion operator
|
![]() ![]() | (Double to Vector) |
Vector initialization form an array of doubles
|
![]() ![]() | (Int16 to Vector) |
Vector initialization form an array of Int16
|
![]() ![]() | (Int32 to Vector) |
Vector initialization form an array of Int32
|
![]() ![]() | (Int64 to Vector) |
Vector initialization form an array of Int64
|
![]() ![]() | Inequality |
The not-comparsion operator
|
![]() ![]() | Multiply |
The multiplication operator
|
![]() ![]() | Subtraction |
The minus operator
|
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
Properties
Name | Description | |
---|---|---|
![]() | Item |
The indexer
|
![]() | Length |
Gets the size of "_vectorContent"
|
See Also