You are here: Start » AVL.NET » Matrix.ResetWithData Method

Matrix.ResetWithData Method

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public void ResetWithData
(
	int newRowCount,
	int newColCount,
	System.IntPtr rhs
)

Parameters

Name Type Range Default Description
newRowCountint
newColCountint
rhsSystem.IntPtr

See also