.NET Matrix Library
Length Property
See Also  Send comments on this topic


Gets or sets the vector length.

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
Public Property Length As Integer
C# 
[XmlIgnoreAttribute()]
public int Length {get; set;}
C++/CLI 
[XmlIgnoreAttribute()]
public:
property int Length {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the vector length.

Remarks

Setting the vector length to new value is the same as using the Resize method.

Requirements

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

See Also

.NET Matrix Library Documentation