.NET Matrix Library
DeleteRow Method
See Also  Send comments on this topic


row
Specifies the row for deletion.
Deletes a row of the current matrix.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteRow( _
   ByVal row As Integer _
) 
C# 
public void DeleteRow( 
   int row
)
C++/CLI 
public:
void DeleteRow( 
   int row
) 

Parameters

row
Specifies the row for deletion.

Exceptions

ExceptionDescription
IndexOutOfBoundsExceptionrow exceeds matrix size.

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