ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Vector Class
Fields Properties Methods


In This Topic
    Vector Class Members
    In This Topic

    The following tables list the members exposed by Vector.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldSaves the data of this vector.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the dimension of the vector.  
    Public PropertyGets the all elements in the vector.  
    Public PropertyGets a value indicating whether this Vector object is indentity vector.  
    Public PropertyGets a value indicating whether this Vector object is zero vector.  
    Public PropertyGets or sets the value of element at special index.  
    Public PropertyGet the modul of the this vector.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd a special vector to this vector.  
    Public Methodstatic (Shared in Visual Basic)Get the modul of the special vector.  
    Public MethodCreate a new object that is a copy of this Vector.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Defines the descarts multiplication operation for vector.  
    Public MethodDot multiply a speical vector to this vector.  
    Public MethodDetermines whether the specified System.Object is equal to the current System.Object.  
    Public MethodServes as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodReturns a string that represents the current vector.  
    Top
    Public Operators
    Defines the + operator for vector.
    Defines the == operator for vector.
    Defines the == operator for vector.
    Defines the * operator for vector.
    Defines the binary - operator for vector.
    Defines the unary - operator for vector.
    Top
    See Also