.NET Matrix Library
Vector Class
Members  See Also  Send comments on this topic


Represents a vector having as elements double floating point numbers.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class Vector 
   Implements ICloneableIDisposableISerializable 
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class Vector : ICloneableIDisposableISerializable  
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class Vector : public ICloneableIDisposableISerializable  

Remarks

Vector class is used as to represent a real vector. Its methods can be used to perform vector operations and data manipulation.

Requirements

Namespace: Bluebit.MatrixLibrary

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation