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


Gets the address of the unmanaged (native) memory block containing the vector's elements.

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
Public ReadOnly Property DataPtr As IntPtr
C# 
[XmlIgnoreAttribute()]
public IntPtr DataPtr {get;}
C++/CLI 
[XmlIgnoreAttribute()]
public:
property IntPtr DataPtr {
   IntPtr get();
}

Property Value

An IntPtr representing the address of the first element of the vector.

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