Vector ClassMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
Inheritance Hierarchy

SystemObject
  MathosVector

Namespace: Mathos
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax

public class Vector

The Vector type exposes the following members.

Constructors

  NameDescription
Public methodVector
Default constructor
Public methodVector(Double)
Constructor that takes a number of parameters
Top
Methods

  NameDescription
Public methodAdd
Constructor that takes a double number
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberAddition
The plus operator
Public operatorStatic memberDivision
The division operator
Public operatorStatic memberEquality
The comparsion operator
Public operatorStatic member(Double to Vector)
Vector initialization form an array of doubles
Public operatorStatic member(Int16 to Vector)
Vector initialization form an array of Int16
Public operatorStatic member(Int32 to Vector)
Vector initialization form an array of Int32
Public operatorStatic member(Int64 to Vector)
Vector initialization form an array of Int64
Public operatorStatic memberInequality
The not-comparsion operator
Public operatorStatic memberMultiply
The multiplication operator
Public operatorStatic memberSubtraction
The minus operator
Top
Extension Methods

  NameDescription
Public Extension MethodFrom(Enum)Overloaded.
(Defined by Converter.)
Public Extension MethodFrom(Base)Overloaded.
(Defined by Converter.)
Top
Properties

  NameDescription
Public propertyItem
The indexer
Public propertyLength
Gets the size of "_vectorContent"
Top
See Also

Reference